Difference between revisions of "SPARC & Solaris"

From HyperSecurity Wiki
Jump to: navigation, search
 
(7 intermediate revisions by the same user not shown)
Line 1: Line 1:
=== Convert a SPARC Workstation to QEMU ===
+
=== Packages ===
http://kb.networksystemssolutions.info/index.php/Sparc_Virtualization
+
Install SSH:
 +
*http://www.unixguide.net/sun/ssh_installation.shtml
  
=== SPARC emulation on Linux with QEMU ===
+
Packages:
 +
*http://ftp.ussg.iu.edu/solaris/freeware/sparc/8/
  
Disk formating:
 
*https://virtuallyfun.superglobalmegacorp.com/2010/10/03/formatting-disks-for-solaris/
 
  
Running QEMU:
+
=== Commands ===
*https://linuxuserhelp.wordpress.com/2013/02/12/sparc-emulation-on-linux-with-qemu/
+
Mount CDROM:
 +
mount -F hsfs -o ro /dev/sr0 /cdrom
  
QEMU Monitor Change CD-ROM:
+
Install Package:
*http://www.linux-kvm.org/page/Change_cdrom
+
pkgadd -d packagename
  
Solaris Install:
+
Check Installed Packages:
*https://en.wikibooks.org/wiki/QEMU/SunOS_4.1.4
+
pkginfo -c application
 +
 
 +
Remove Installed Package:
 +
pkgrm packagename

Latest revision as of 00:57, 12 October 2016

Packages

Install SSH:

Packages:


Commands

Mount CDROM:

mount -F hsfs -o ro /dev/sr0 /cdrom

Install Package:

pkgadd -d packagename

Check Installed Packages:

pkginfo -c application

Remove Installed Package:

pkgrm packagename