Difference between revisions of "SPARC & Solaris"

From HyperSecurity Wiki
Jump to: navigation, search
 
 
(10 intermediate revisions by 2 users 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
 +
 
 +
Packages:
 +
*http://ftp.ussg.iu.edu/solaris/freeware/sparc/8/
 +
 
 +
 
 +
=== 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

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