Total Pageviews

Sunday, 16 February 2014

Restorations using tar, ufsdump, and vxdump !!!

In this post let us see, how to create dumps and restore them on different servers across a network.

In general for UFS filesystem we use "tar" and "ufsdump" commands to take dump and for VXFS filesystem we use "vxdump" command.

Now let us discuss these three commands with an example.

For example, consider my "source server A - 10.20.10.22" and "destination server B - 10.20.10.23".
Let us say abc filesystem from A to be restored to B.

#############################################################

tar command :


login to server A : 10.20.10.22

bash-3.00# tar -cvf abc.tar /abc/*

login to server B : 10.20.10.23       copy the tar file to B server cd /abc and ,


bash-3.00# tar -xf abc.tar

one line tar command which takes the dump and restores fs to other server by ssh.


login to server A : 10.20.10.22


bash-3.00# tar -cvf - /abc/* | ssh 10.20.10.23 '( cd /abc/; tar -xvf - )'

tar options :  -c ---- create      -v ---- verbose      -f ---- specify destination     -x ---- restore

#############################################################


ufsdump & ufsrestore command :


login to server A : 10.20.10.22


bash-3.00# ufsdump -0uf abc1 /abc

login to server B : 10.20.10.23       copy the dump to B server cd /abc and ,


bash-3.00# ufsrestore -xf abc1

one line ufsdump command which takes the dump and restores fs to other server by ssh.


login to server A : 10.20.10.22


bash-3.00# ufsdump -0uf - /abc | ssh 10.20.10.23 '( cd /abc/; ufsrestore -xf -)'

ufsdump options :  -0 ---- full      -u ---- update     -f ---- specify destination    -x ---- restore

#############################################################

vxdump & vxrestore command :

login to server A : 10.20.10.22

bash-3.00# vxdump -0uf abc1 /abc

login to server B : 10.20.10.23       copy the tar file to B server cd /abc and ,

bash-3.00# vxrestore -xf abc1

one line vxdump command which takes the dump and restores fs to other server by ssh.

login to server A : 10.20.10.22


bash-3.00 vxdump -0uf - /abc | ssh 10.20.10.23 '( cd /abc/; vxrestore -xf -)'

vxdump options :  -0 ---- full      -u ---- update     -f ---- specify destination    -x ---- restore

#############################################################

Root Password Recovery !!!

This post is regarding Root Password Recovery. 

In simple root passwd is recovered by booting server with cdrom to single user mode and then we need to edit root entry in /etc/shadow file.

RSC version 2.2.3 

rsc>
rsc>
rsc> console

console login: root
Password:

rsc>
rsc> help
RSC Help

password           Change password.
poweron            Power on host system.
poweroff           Power off host system.
reset              Reset host system.
xir                Send XIR reset to host system.
resetrsc           Reboot RSC.
console            Connect to system console.
break              Send break to system console.
environment        Print environment information.
showenvironment    Print environment information.
                   (Synonymous with 'environment'.)
shownetwork        Show current network configuration.
set <variable> <value>
                   Set configuration variable <variable> to value <value>.
show [<variable>]  Show the value of all variables or a specific variable.
date [[mmdd]HHMM | mmddHHMM[cc]yy][.SS]
                   Set/Show the current date and time.
showdate           Show the current date and time.
                   (Synonymous with 'date'.)
setdate [mmdd]HHMM | mmddHHMM[cc]yy[.SS]
                   Set the current date and time.
                   (Synonymous with 'date <date-string>'.)
bootmode [-u] [normal|forth|reset_nvram|diag|skip_diag]
                   Set the host firmware boot mode.
setlocator [on|off]
                   Turn the system locator LED on or off.
showlocator        Show the state of the system locator LED.
consolehistory [boot|run|oboot|orun] [index [+|-]<n>] [pause <n>]
                   Dump console history log.
consolerestart     Set current console log to be original console log.
loghistory [index [+|-]<n>] [pause <n>]
                   Dump Event log.
useradd <username> Add a new user.
userdel <username> Delete a user.
usershow [ <username> ]
                   Show all users (or a specific user).
userpassword <username>
                   Change password for a specific user.
userperm <username> [c][u][a][r]
                   Set permissions for a user.
version [-v]       Print revision of RSC firmware.
showsc             Print revision of RSC firmware.
                   (Synonymous with 'version'.)
logout             Log out of the RSC shell.


rsc> break                                ----  to bring down server to OK prompt
rsc>
rsc>
rsc> console

{3} ok
{3} ok
{3} ok
{3} ok devalias
net                      /pci@9,700000/network@2
rootdisk                 /pci@9,600000/SUNW,qlc@2/fp@0,0/disk@0,0
rootmirror               /pci@9,600000/SUNW,qlc@2/fp@0,0/disk@1,0
disk1                    /pci@9,600000/SUNW,qlc@2/fp@0,0/disk@1,0
disk0                    /pci@9,600000/SUNW,qlc@2/fp@0,0/disk@0,0
disk                     /pci@9,600000/SUNW,qlc@2/fp@0,0/disk@0,0
ide                      /pci@8,700000/ide@6
scsi                     /pci@9,600000/SUNW,qlc@2
cdrom                    /pci@8,700000/ide@6/cdrom@0,0:f
net                      /pci@9,700000/network@2
net1                     /pci@9,600000/network@1
net0                     /pci@9,700000/network@2
flash                    /pci@9,700000/ebus@1/flashprom@0,0
idprom                   /pci@9,700000/ebus@1/i2c@1,2e/idprom@4,a4
nvram                    /pci@9,700000/ebus@1/i2c@1,2e/nvram@4,a4
i2c1                     /pci@9,700000/ebus@1/i2c@1,30
i2c0                     /pci@9,700000/ebus@1/i2c@1,2e
bbc                      /pci@9,700000/ebus@1/bbc@1,0
rsc-console              /pci@9,700000/ebus@1/rsc-console@1,3083f8
rsc-control              /pci@9,700000/ebus@1/rsc-control@1,3062f8
ttya                     /pci@9,700000/ebus@1/serial@1,400000:a
pci9b                    /pci@9,700000
pci9a                    /pci@9,600000
pci8b                    /pci@8,700000
pci8a                    /pci@8,600000
ebus                     /pci@9,700000/ebus@1
name                     aliases
{3} ok
{3} ok
{3} ok
{3} ok
{3} ok printenv
Variable Name           Value                          Default Value

test-args
diag-passes             1                              1
local-mac-address?      true                           false
scsi-initiator-id       7                              7
oem-logo                                               No default
oem-logo?               false                          false
oem-banner                                             No default
oem-banner?             false                          false
ansi-terminal?          true                           true
screen-#columns         80                             80
screen-#rows            34                             34
ttya-rts-dtr-off        false                          false
ttya-ignore-cd          true                           true
ttya-mode               9600,8,n,1,-                   9600,8,n,1,-
output-device           rsc-console                    ttya
input-device            rsc-console                    ttya
auto-boot-on-error?     true                           true
load-base               16384                          16384
auto-boot?              true                           true
network-boot-arguments
boot-command            boot                           boot
diag-file
diag-device             rootdisk rootmirror            net
boot-file
boot-device             rootdisk rootmirror            disk net
use-nvramrc?            true                           false
nvramrc                 devalias rootmirror /pci ...
security-mode           none                           No default
security-password                                      No default
security-#badlogins     0                              No default
verbosity               normal                         normal
fcode-debug?            false                          false
diag-out-console        true                           false
diag-trigger            error-reset power-on-res ...   error-reset power-on-res ...
service-mode?           false                          false
diag-script             normal                         normal
diag-level              max                            max
diag-switch?            true                           false
error-reset-recovery    sync                           sync
{3} ok setenv auto-boot? false
auto-boot? =            false
{3} ok
{3} ok
{3} ok
{3} ok
{3} ok boot cdrom -s
Boot device: /pci@8,700000/ide@6/cdrom@0,0:f  File and args: -s
hsfs-file-system
Loading: /platform/sun4u/boot_archive
ramdisk-root ufs-file-system
Loading: /platform/SUNW,Sun-Fire-V490/kernel/sparcv9/unix
Loading: /platform/sun4u/kernel/sparcv9/unix
SunOS Release 5.10 Version Generic_142909-17 64-bit
Copyright (c) 1983, 2010, Oracle and/or its affiliates. All rights reserved.
os-io Booting to milestone "milestone/single-user:default".
Configuring devices.
Using RPC Bootparams for network configuration information.
Attempting to configure interface ce1...
Skipped interface ce1
Attempting to configure interface ce0...
Skipped interface ce0
Requesting System Maintenance Mode
SINGLE USER MODE
#
#
#
# df -kh
Filesystem             size   used  avail capacity  Mounted on
/ramdisk-root:a        197M   175M   2.3M    99%    /
/devices                 0K     0K     0K     0%    /devices
ctfs                     0K     0K     0K     0%    /system/contract
proc                     0K     0K     0K     0%    /proc
mnttab                   0K     0K     0K     0%    /etc/mnttab
swap                    31G   344K    31G     1%    /etc/svc/volatile
objfs                    0K     0K     0K     0%    /system/object
sharefs                  0K     0K     0K     0%    /etc/dfs/sharetab
swap                    31G   592K    31G     1%    /tmp
/tmp/dev                31G   592K    31G     1%    /dev
fd                       0K     0K     0K     0%    /dev/fd
/devices/pci@8,700000/ide@6/sd@0,0:f
                       2.1G   2.1G     0K   100%    /cdrom
df: cannot statvfs /platform/sun4u-us3/lib/libc_psr.so.1: Operation not applicable
df: cannot statvfs /platform/sun4u-us3/lib/sparcv9/libc_psr.so.1: Operation not applicable
swap                    31G     8K    31G     1%    /tmp/root/var/run
#
#
#
#
# echo |format
Searching for disks...done


AVAILABLE DISK SELECTIONS:
       0. c1t0d0 <SUN146G cyl 14087 alt 2 hd 24 sec 848>
          /pci@9,600000/SUNW,qlc@2/fp@0,0/ssd@w21000014c3cfccbf,0
       1. c1t1d0 <SUN146G cyl 14087 alt 2 hd 24 sec 848>
          /pci@9,600000/SUNW,qlc@2/fp@0,0/ssd@w21000014c3cfb67a,0
Specify disk (enter its number): Specify disk (enter its number):
#
#
# ls -ld /dev/dsk/c1t0d0s0
lrwxrwxrwx   1 root     root          70 Apr 13 01:06 /dev/dsk/c1t0d0s0 -> ../../devices/pci@9,600000/SUNW,qlc@2/fp@0,0/ssd@w21000014c3cfccbf,0:a
# prtconf -vp |grep -i boot
        bootarchive:  '/ramdisk-root'
        bootfs:  fff49f10
        bootargs:  '-s'
        bootpath:  '/pci@8,700000/ide@6/cdrom@0,0:f'
        auto-boot-on-error?:  'true'
        auto-boot?:  'false'
        network-boot-arguments:
        boot-command:  'boot'
        boot-file:
        boot-device:  'rootdisk rootmirror'
#
#
#
# mount /dev/dsk/c1t0d0s0 /a
# cd /a/etc
# EDITOR=vi
# export EDITOR
#
# TERM=vt100
# export TERM
#
#
#
# cat shadow
root:$1$8W5IYpSB$8H2TDgCqbs2dllasqplsh/:14412:7:56:7:::
daemon:*LK*NP:14247::::::
bin:*LK*NP:14247::::::
sys:NP:6445::::::
adm:*LK*NP:14247::::::
lp:*LK*NP:14247::::::
uucp:*LK*NP:14247::::::
nuucp:*LK*NP:14247::::::
smmsp:*LK*NP:14247::::::
listen:*LK*:::::::
gdm:*LK*:::::::
webservd:*LK*:::::::
postgres:NP:::::::
svctag:*LK*:6445::::::
nobody:*LK*:6445::::::
noaccess:*LK*:6445::::::
nobody4:*LK*:6445::::::
#
#
#
#
# vi shadow                   -------Below entry is the password info of root user , so remove it.
root:$1$8W5IYpSB$8H2TDgCqbs2dllasqplsh/:14412:7:56:7:::
daemon:*LK*NP:14247::::::
bin:*LK*NP:14247::::::
sys:NP:6445::::::
adm:*LK*NP:14247::::::
lp:*LK*NP:14247::::::
uucp:*LK*NP:14247::::::
nuucp:*LK*NP:14247::::::
smmsp:*LK*NP:14247::::::
listen:*LK*:::::::
gdm:*LK*:::::::
webservd:*LK*:::::::
postgres:NP:::::::
svctag:*LK*:6445::::::
nobody:*LK*:6445::::::
noaccess:*LK*:6445::::::
nobody4:*LK*:6445::::::
~
~
~
"shadow" 17 lines, 378 characters
#
#
# pwd
/a/etc
#
# more shadow
root::14412:7:56:7:::
daemon:*LK*NP:14247::::::
bin:*LK*NP:14247::::::
sys:NP:6445::::::
adm:*LK*NP:14247::::::
"shadow" [Read only] 23 lines, 524 characters
uucp:*LK*NP:14247::::::
nuucp:*LK*NP:14247::::::
smmsp:*LK*NP:14247::::::
listen:*LK*:::::::
gdm:*LK*:::::::
webservd:*LK*:::::::
postgres:NP:::::::
svctag:*LK*:6445::::::
nobody:*LK*:6445::::::
noaccess:*LK*:6445::::::
nobody4:*LK*:6445::::::
#
#
# cd
#
# umount /a
#
#
# init 0
# syncing file systems... done
Program terminated
{13} ok
{13} ok
{13} ok
{13} ok
{13} ok boot -rv
Resetting ...

After reboot you can login with no password and can reset the root password.

RSC Package Installation !!!

Today we are going to discuss about RSC package installation.

For this we need to copy required packages and add them simply with pkgadd command.

/usr/sbin/pkgadd -d .

#
# bash
bash-3.00#
bash-3.00#
bash-3.00# df -kh
Filesystem             size   used  avail capacity  Mounted on
/dev/md/dsk/d10         10G     9G     1G    96%    /
/devices                 0K     0K     0K     0%    /devices
ctfs                     0K     0K     0K     0%    /system/contract
proc                     0K     0K     0K     0%    /proc
mnttab                   0K     0K     0K     0%    /etc/mnttab
swap                    44G   1.1M    44G     1%    /etc/svc/volatile
objfs                    0K     0K     0K     0%    /system/object
fd                       0K     0K     0K     0%    /dev/fd
swap                   512M   380M   132M    75%    /tmp
swap                    44G    40K    44G     1%    /var/run
swap                    44G     0K    44G     0%    /dev/vx/dmp
swap                    44G     0K    44G     0%    /dev/vx/rdmp

bash-3.00#
bash-3.00#
SUNWhrsc
bash-3.00# mkdir /tmp/RSC
bash-3.00#
bash-3.00#
bash-3.00# cd /scripts/
bash-3.00# ls
2.2.3                     dgdeport.sh               mountfs.sh
ECC_MA_6.1.tar            emcgrab                   output.sh
July2011                  emcgrab_SunOS_v4.4.4.tar  outputs12092011
asr                       importdg.sh               umount.sh
check                     mount
bash-3.00#
bash-3.00#
bash-3.00# pwd
/scripts
bash-3.00#
bash-3.00# cd 2.2.3
bash-3.00#
bash-3.00#
bash-3.00# unzip -d /tmp/RSC rsc2.2.3_packages_s9.zip
Archive:  rsc2.2.3_packages_s9.zip
  inflating: /tmp/RSC/README
   creating: /tmp/RSC/SUNWcrsc/
  inflating: /tmp/RSC/SUNWcrsc/pkgmap
  inflating: /tmp/RSC/SUNWcrsc/pkginfo
   creating: /tmp/RSC/SUNWcrsc/install/
  inflating: /tmp/RSC/SUNWcrsc/install/copyright
 extracting: /tmp/RSC/SUNWcrsc/install/depend
   creating: /tmp/RSC/SUNWcrsc/reloc/
   creating: /tmp/RSC/SUNWcrsc/reloc/usr/
   creating: /tmp/RSC/SUNWcrsc/reloc/usr/lib/
  
bash-3.00#
bash-3.00#
bash-3.00#
bash-3.00# cd /tmp/RSC
bash-3.00# ls
README              SUNWerscj           SUNWirscd           SUNWkrscj
SUNWcrsc            SUNWesrsc           SUNWirscj           SUNWrsc
SUNWcrscd           SUNWfrrsc           SUNWitrsc           SUNWrscd
SUNWcrscj           SUNWfrscd           SUNWjersc           SUNWrscj
SUNWdersc           SUNWfrscj           SUNWjrscd           SUNWsrscd
SUNWdrscd           SUNWhrsc            SUNWjrscj           SUNWsrscj
SUNWdrscj           SUNWhrscd           SUNWkrsc            SUNWsvrsc
SUNWerscd           SUNWhrscj           SUNWkrscd           en_us_relnotes.pdf
bash-3.00#
bash-3.00#
bash-3.00#
bash-3.00#
bash-3.00# more README
READ ME FIRST
Sun Remote System Control (RSC) 2.2.3 Software for Solaris 9 or later
---------------------------------------------------------------------

You have just downloaded the Solaris packages for Sun's Remote System
Control (RSC) product. This version provides support for the following
platforms:

- Enterprise 250
- Sun Fire 280R
- Sun Fire V880
- Sun Fire V480
- Sun Fire V890
- Sun Fire V490

RSC allows you to monitor and control servers that are located remotely
or are physically inaccessible.


Note:   The RSC GUI requires a Sun JVM of version 1.3.0 or later
        and will not run with any other JVM. Earlier versions of
        Solaris may not have a suitable JVM installed.  You can find a
        suitable JVM at:

        http://java.sun.com/j2se/index.jsp

        This will not be required on systems that will not themesleves
        run the Java GUI.

Solaris Installation Instructions
---------------------------------

This version of the RSC packages is intended for Solaris 9 or later
Solaris releases. It is not intended for system running Solaris 8 or
earlier.  If your system is running Solaris 8 or earlier please get
the Solaris 8 version of the RSC Solaris software.

Follow these steps to install the RSC software:

1.      Make sure you are logged in as superuser.

2.      Place the zip file (for example, rsc2.2.3_packages_s9.zip) in a
        temporary directory (for example, /tmp).

3.      Type the following command to extract the Sun packages from the zip
        file:

        # /usr/bin/unzip rsc2.2.3_packages_s9.zip

4.      Type the following command to install the Solaris packages using
        the pkgadd command:

        # /usr/sbin/pkgadd -d .

You should install the base Solaris packages and the localization
packages for any locales supported on your system.  For your reference,
the packages are:

SUNWrsc   - the RSC base package for installation on the host machine
SUNWrscd  - the RSC documentation package
SUNWrscj  - the RSC GUI package to be installed on any system wanting
            to display the RSC GUI

Along with these there are localization packages to enable these
components to display in the corresponding locales.  These need to be
installed in addition to the corresponding base packages mentioned
above, and should be installed only after the base packages are
installed.

SUNWcrsc  - Simplified Chinese (EUC) base package localization
SUNWcrscd - Simplified Chinese (EUC) documentation
SUNWcrscj - Simplified Chinese (EUC) GUI localization

SUNWdersc - German base package localization
SUNWdrscd - German documentation
SUNWdrscj - German GUI localization

SUNWerscd - Spanish base package localization
SUNWerscj - Spanish documentation
SUNWesrsc - Spanish GUI localization

SUNWfrrsc - French base package localization
SUNWfrscd - French documentation
SUNWfrscj - French GUI localization

SUNWhrsc  - Traditional Chinese (EUC) base package localization
SUNWhrscd - Traditional Chinese (EUC) documentation
SUNWhrscj - Traditional Chinese (EUC) GUI localization

SUNWirscd - Italian documentation
SUNWirscj - Italian GUI localization
SUNWitrsc - Italian base package localization

SUNWjersc - Japanese base package localization
SUNWjrscd - Japanese documentation
SUNWjrscj - Japanese GUI localization

SUNWkrsc  - Korean base package localization
SUNWkrscd - Korean documentation
SUNWkrscj - Korean GUI localization

SUNWsrscd - Swedish documentation
SUNWsrscj - Swedish GUI localization
SUNWsvrsc - Swedish base package localization


When you have completed the installation, you will find the RSC user
manual in PDF (Adobe Acrobat) format in the directory /opt/rsc/doc/en
or point your Web browser to /rsc/doc/en/html
(file:/opt/rsc/doc/en/html/index.html).

For support, please follow your standard Sun support contract procedures.
bash-3.00#
bash-3.00#
bash-3.00#

################################################################################
#############                                                                                                          ##############
#############    NOW RSC PACKAGE INSTALLATION WITH PKGADD COMMAND          
#############                                                                                                          ##############
#################################################################################

bash-3.00#
bash-3.00#
bash-3.00#
bash-3.00# pwd
/tmp/RSC
bash-3.00# /usr/sbin/pkgadd -d .

The following packages are available:
  1  SUNWcrsc      Simplified Chinese (EUC) Remote System Control
                   (sparc) 2.2.3,REV=2005.01.18
  2  SUNWcrscd     Simplified Chinese (EUC) Remote System Control User Guide
                   (sparc) 2.2.3,REV=2005.01.18
  3  SUNWcrscj     Simplified Chinese (EUC) Remote System Control GUI
                   (sparc) 2.2.3,REV=2005.01.18
  4  SUNWdersc     German Remote System Control
                   (sparc) 2.2.3,REV=2005.01.18
  5  SUNWdrscd     German Remote System Control User Guide
                   (sparc) 2.2.3,REV=2005.01.18
  6  SUNWdrscj     German Remote System Control GUI
                   (sparc) 2.2.3,REV=2005.01.18
  7  SUNWerscd     Spanish Remote System Control User Guide
                   (sparc) 2.2.3,REV=2005.01.18
  8  SUNWerscj     Spanish Remote System Control GUI
                   (sparc) 2.2.3,REV=2005.01.18
  9  SUNWesrsc     Spanish Remote System Control
                   (sparc) 2.2.3,REV=2005.01.18
 10  SUNWfrrsc     French Remote System Control
                   (sparc) 2.2.3,REV=2005.01.18

... 20 more menu choices to follow;
<RETURN> for more choices, <CTRL-D> to stop display:

 11  SUNWfrscd     French Remote System Control User Guide
                   (sparc) 2.2.3,REV=2005.01.18
 12  SUNWfrscj     French Remote System Control GUI
                   (sparc) 2.2.3,REV=2005.01.18
 13  SUNWhrsc      Traditional Chinese (EUC) Remote System Control
                   (sparc) 2.2.3,REV=2005.01.18
 14  SUNWhrscd     Traditional Chinese (EUC) Remote System Control User Guide
                   (sparc) 2.2.3,REV=2005.01.18
 15  SUNWhrscj     Traditional Chinese (EUC) Remote System Control GUI
                   (sparc) 2.2.3,REV=2005.01.18
 16  SUNWirscd     Italian Remote System Control User Guide
                   (sparc) 2.2.3,REV=2005.01.18
 17  SUNWirscj     Italian Remote System Control GUI
                   (sparc) 2.2.3,REV=2005.01.18
 18  SUNWitrsc     Italian Remote System Control
                   (sparc) 2.2.3,REV=2005.01.18
 19  SUNWjersc     Japanese (EUC) Remote System Control
                   (sparc) 2.2.3,REV=2005.01.18
 20  SUNWjrscd     Japanese (EUC) Remote System Control User Guide
                   (sparc) 2.2.3,REV=2005.01.18

... 10 more menu choices to follow;
<RETURN> for more choices, <CTRL-D> to stop display:

 21  SUNWjrscj     Japanese (EUC) Remote System Control GUI
                   (sparc) 2.2.3,REV=2005.01.18
 22  SUNWkrsc      Korean (EUC) Remote System Control
                   (sparc) 2.2.3,REV=2005.01.18
 23  SUNWkrscd     Korean (EUC) Remote System Control User Guide
                   (sparc) 2.2.3,REV=2005.01.18
 24  SUNWkrscj     Korean (EUC) Remote System Control GUI
                   (sparc) 2.2.3,REV=2005.01.18
 25  SUNWrsc       Remote System Control
                   (sparc) 2.2.3,REV=2005.01.18
 26  SUNWrscd      Remote System Control User Guide
                   (sparc) 2.2.3,REV=2005.01.18
 27  SUNWrscj      Remote System Control GUI
                   (sparc) 2.2.3,REV=2005.01.18
 28  SUNWsrscd     Swedish Remote System Control User Guide
                   (sparc) 2.2.3,REV=2005.01.18
 29  SUNWsrscj     Swedish Remote System Control GUI
                   (sparc) 2.2.3,REV=2005.01.18
 30  SUNWsvrsc     Swedish Remote System Control
                   (sparc) 2.2.3,REV=2005.01.18

Select package(s) you wish to process (or 'all' to process
all packages). (default: all) [?,??,q]:

Processing package instance <SUNWcrsc> from </tmp/RSC>

Simplified Chinese (EUC) Remote System Control(sparc) 2.2.3,REV=2005.01.18
Copyright 2004 Sun Microsystems, Inc.  All rights reserved.
Use is subject to license terms.
Using </> as the package base directory.
## Processing package information.
## Processing system information.
   3 package pathnames are already properly installed.
## Verifying package dependencies.
WARNING:
    The <SUNWrsc> package "Remote System Control" is a
    prerequisite package and should be installed.

Do you want to continue with the installation of <SUNWcrsc> [y,n,?] y
## Verifying disk space requirements.
## Checking for conflicts with packages already installed.
## Checking for setuid/setgid programs.

Installing Simplified Chinese (EUC) Remote System Control as <SUNWcrsc>

## Installing part 1 of 1.
/usr/lib/locale/zh/LC_MESSAGES/SUNW_RSC_ADM.mo
/usr/lib/locale/zh/LC_MESSAGES/SUNW_RSC_CFG.mo
/usr/lib/locale/zh/LC_MESSAGES/SUNW_RSC_LIB.mo
[ verifying class <none> ]

Installation of <SUNWcrsc> was successful.

Processing package instance <SUNWcrscd> from </tmp/RSC>

Simplified Chinese (EUC) Remote System Control User Guide(sparc) 2.2.3,REV=2005.                                                              01.18
Copyright 2004 Sun Microsystems, Inc.  All rights reserved.
Use is subject to license terms.
Using </opt> as the package base directory.
## Processing package information.
## Processing system information.
## Verifying disk space requirements.
## Checking for conflicts with packages already installed.
## Checking for setuid/setgid programs.

Installing Simplified Chinese (EUC) Remote System Control User Guide as <SUNWcrs                                                              cd>

## Installing part 1 of 1.
/opt/rsc/doc/zh/pdf/user_guide.pdf
[ verifying class <none> ]

Installation of <SUNWcrscd> was successful.

Processing package instance <SUNWcrscj> from </tmp/RSC>

Simplified Chinese (EUC) Remote System Control GUI(sparc) 2.2.3,REV=2005.01.18
Copyright 2004 Sun Microsystems, Inc.  All rights reserved.
Use is subject to license terms.
Using </opt> as the package base directory.
## Processing package information.
## Processing system information.
   1 package pathname is already properly installed.
## Verifying package dependencies.
WARNING:
    The <SUNWrscj> package "Remote System Control GUI" is a
    prerequisite package and should be installed.

Do you want to continue with the installation of <SUNWcrscj> [y,n,?] y
## Verifying disk space requirements.
## Checking for conflicts with packages already installed.
## Checking for setuid/setgid programs.

Installing Simplified Chinese (EUC) Remote System Control GUI as <SUNWcrscj>

## Installing part 1 of 1.
/opt/rsc/lib/java/com/sun/rsc/internal/l10n/RscData_zh.class
/opt/rsc/lib/java/com/sun/rsc/internal/l10n/rsc_zh.properties
/opt/rsc/lib/locale/zh/LC_MESSAGES/SUNW_RSC_rsc.mo
/opt/rsc/lib/locale/zh/html/addmoduser.html
/opt/rsc/lib/locale/zh/html/alerts.html
/opt/rsc/lib/locale/zh/html/bootmode.html
/opt/rsc/lib/locale/zh/html/comm.html
/opt/rsc/lib/locale/zh/html/console.html
/opt/rsc/lib/locale/zh/html/environment.html
/opt/rsc/lib/locale/zh/html/login.html
/opt/rsc/lib/locale/zh/html/logs.html
/opt/rsc/lib/locale/zh/html/network.html
/opt/rsc/lib/locale/zh/html/title.html
/opt/rsc/lib/locale/zh/html/toggle_LED.html
/opt/rsc/lib/locale/zh/html/user.html
/opt/rsc/lib/locale/zh/html/xir.html
/opt/rsc/lib/locale/zh/modems/countries_3com_3CXM756
/opt/rsc/lib/platform-files/Sun-Fire-280R/platform_zh.properties
/opt/rsc/lib/platform-files/Sun-Fire-480R/platform_zh.properties
/opt/rsc/lib/platform-files/Sun-Fire-880/platform_zh.properties
/opt/rsc/lib/platform-files/Sun-Fire-V890/platform_zh.properties
/opt/rsc/lib/platform-files/e250/platform_zh.properties
[ verifying class <none> ]

Installation of <SUNWcrscj> was successful.

Processing package instance <SUNWdersc> from </tmp/RSC>

German Remote System Control(sparc) 2.2.3,REV=2005.01.18
Copyright 2004 Sun Microsystems, Inc.  All rights reserved.
Use is subject to license terms.
Using </> as the package base directory.
## Processing package information.
## Processing system information.
   3 package pathnames are already properly installed.
## Verifying package dependencies.
WARNING:
    The <SUNWrsc> package "Remote System Control" is a
    prerequisite package and should be installed.

Do you want to continue with the installation of <SUNWdersc> [y,n,?] y
## Verifying disk space requirements.
## Checking for conflicts with packages already installed.
## Checking for setuid/setgid programs.

Installing German Remote System Control as <SUNWdersc>

## Installing part 1 of 1.
/usr/lib/locale/de/LC_MESSAGES/SUNW_RSC_ADM.mo
/usr/lib/locale/de/LC_MESSAGES/SUNW_RSC_CFG.mo
/usr/lib/locale/de/LC_MESSAGES/SUNW_RSC_LIB.mo
[ verifying class <none> ]

Installation of <SUNWdersc> was successful.

Processing package instance <SUNWdrscd> from </tmp/RSC>

German Remote System Control User Guide(sparc) 2.2.3,REV=2005.01.18
Copyright 2004 Sun Microsystems, Inc.  All rights reserved.
Use is subject to license terms.
Using </opt> as the package base directory.
## Processing package information.
## Processing system information.
   2 package pathnames are already properly installed.
## Verifying disk space requirements.
## Checking for conflicts with packages already installed.
## Checking for setuid/setgid programs.

Installing German Remote System Control User Guide as <SUNWdrscd>

## Installing part 1 of 1.
/opt/rsc/doc/de/pdf/user_guide.pdf
[ verifying class <none> ]

Installation of <SUNWdrscd> was successful.

Processing package instance <SUNWdrscj> from </tmp/RSC>

German Remote System Control GUI(sparc) 2.2.3,REV=2005.01.18
Copyright 2004 Sun Microsystems, Inc.  All rights reserved.
Use is subject to license terms.
Using </opt> as the package base directory.
## Processing package information.
## Processing system information.
   17 package pathnames are already properly installed.
## Verifying package dependencies.
WARNING:
    The <SUNWrscj> package "Remote System Control GUI" is a
    prerequisite package and should be installed.

Do you want to continue with the installation of <SUNWdrscj> [y,n,?] y
## Verifying disk space requirements.
## Checking for conflicts with packages already installed.
## Checking for setuid/setgid programs.

Installing German Remote System Control GUI as <SUNWdrscj>

## Installing part 1 of 1.
/opt/rsc/lib/java/com/sun/rsc/internal/l10n/RscData_de.class
/opt/rsc/lib/java/com/sun/rsc/internal/l10n/rsc_de.properties
/opt/rsc/lib/locale/de/LC_MESSAGES/SUNW_RSC_rsc.mo
/opt/rsc/lib/locale/de/html/addmoduser.html
/opt/rsc/lib/locale/de/html/alerts.html
/opt/rsc/lib/locale/de/html/bootmode.html
/opt/rsc/lib/locale/de/html/comm.html
/opt/rsc/lib/locale/de/html/console.html
/opt/rsc/lib/locale/de/html/environment.html
/opt/rsc/lib/locale/de/html/login.html
/opt/rsc/lib/locale/de/html/logs.html
/opt/rsc/lib/locale/de/html/network.html
/opt/rsc/lib/locale/de/html/title.html
/opt/rsc/lib/locale/de/html/toggle_LED.html
/opt/rsc/lib/locale/de/html/user.html
/opt/rsc/lib/locale/de/html/xir.html
/opt/rsc/lib/locale/de/modems/countries_3com_3CXM756
/opt/rsc/lib/platform-files/Sun-Fire-280R/platform_de.properties
/opt/rsc/lib/platform-files/Sun-Fire-480R/platform_de.properties
/opt/rsc/lib/platform-files/Sun-Fire-880/platform_de.properties
/opt/rsc/lib/platform-files/Sun-Fire-V490/platform_de.properties
/opt/rsc/lib/platform-files/Sun-Fire-V890/platform_de.properties
/opt/rsc/lib/platform-files/e250/platform_de.properties
[ verifying class <none> ]

Installation of <SUNWdrscj> was successful.

Processing package instance <SUNWerscd> from </tmp/RSC>

Spanish Remote System Control User Guide(sparc) 2.2.3,REV=2005.01.18
Copyright 2004 Sun Microsystems, Inc.  All rights reserved.
Use is subject to license terms.
Using </opt> as the package base directory.
## Processing package information.
## Processing system information.
   2 package pathnames are already properly installed.
## Verifying disk space requirements.
## Checking for conflicts with packages already installed.
## Checking for setuid/setgid programs.

Installing Spanish Remote System Control User Guide as <SUNWerscd>

## Installing part 1 of 1.
/opt/rsc/doc/es/pdf/user_guide.pdf
[ verifying class <none> ]

Installation of <SUNWerscd> was successful.

Processing package instance <SUNWerscj> from </tmp/RSC>

Spanish Remote System Control GUI(sparc) 2.2.3,REV=2005.01.18
Copyright 2004 Sun Microsystems, Inc.  All rights reserved.
Use is subject to license terms.
Using </opt> as the package base directory.
## Processing package information.
## Processing system information.
   18 package pathnames are already properly installed.
## Verifying package dependencies.
WARNING:
    The <SUNWrscj> package "Remote System Control GUI" is a
    prerequisite package and should be installed.

Do you want to continue with the installation of <SUNWerscj> [y,n,?] y
## Verifying disk space requirements.
## Checking for conflicts with packages already installed.
## Checking for setuid/setgid programs.

Installing Spanish Remote System Control GUI as <SUNWerscj>

## Installing part 1 of 1.
/opt/rsc/lib/java/com/sun/rsc/internal/l10n/RscData_es.class
/opt/rsc/lib/java/com/sun/rsc/internal/l10n/rsc_es.properties
/opt/rsc/lib/locale/es/LC_MESSAGES/SUNW_RSC_rsc.mo
/opt/rsc/lib/locale/es/html/addmoduser.html
/opt/rsc/lib/locale/es/html/alerts.html
/opt/rsc/lib/locale/es/html/bootmode.html
/opt/rsc/lib/locale/es/html/comm.html
/opt/rsc/lib/locale/es/html/console.html
/opt/rsc/lib/locale/es/html/environment.html
/opt/rsc/lib/locale/es/html/login.html
/opt/rsc/lib/locale/es/html/logs.html
/opt/rsc/lib/locale/es/html/network.html
/opt/rsc/lib/locale/es/html/title.html
/opt/rsc/lib/locale/es/html/toggle_LED.html
/opt/rsc/lib/locale/es/html/user.html
/opt/rsc/lib/locale/es/html/xir.html
/opt/rsc/lib/locale/es/modems/countries_3com_3CXM756
/opt/rsc/lib/platform-files/Sun-Fire-280R/platform_es.properties
/opt/rsc/lib/platform-files/Sun-Fire-480R/platform_es.properties
/opt/rsc/lib/platform-files/Sun-Fire-880/platform_es.properties
/opt/rsc/lib/platform-files/Sun-Fire-V490/platform_es.properties
/opt/rsc/lib/platform-files/Sun-Fire-V890/platform_es.properties
/opt/rsc/lib/platform-files/e250/platform_es.properties
[ verifying class <none> ]

Installation of <SUNWerscj> was successful.

Processing package instance <SUNWesrsc> from </tmp/RSC>

Spanish Remote System Control(sparc) 2.2.3,REV=2005.01.18
Copyright 2004 Sun Microsystems, Inc.  All rights reserved.
Use is subject to license terms.
Using </> as the package base directory.
## Processing package information.
## Processing system information.
   3 package pathnames are already properly installed.
## Verifying package dependencies.
WARNING:
    The <SUNWrsc> package "Remote System Control" is a
    prerequisite package and should be installed.

Do you want to continue with the installation of <SUNWesrsc> [y,n,?] y
## Verifying disk space requirements.
## Checking for conflicts with packages already installed.
## Checking for setuid/setgid programs.

Installing Spanish Remote System Control as <SUNWesrsc>

## Installing part 1 of 1.
/usr/lib/locale/es/LC_MESSAGES/SUNW_RSC_ADM.mo
/usr/lib/locale/es/LC_MESSAGES/SUNW_RSC_CFG.mo
/usr/lib/locale/es/LC_MESSAGES/SUNW_RSC_LIB.mo
[ verifying class <none> ]

Installation of <SUNWesrsc> was successful.

Processing package instance <SUNWfrrsc> from </tmp/RSC>

French Remote System Control(sparc) 2.2.3,REV=2005.01.18
Copyright 2004 Sun Microsystems, Inc.  All rights reserved.
Use is subject to license terms.
Using </> as the package base directory.
## Processing package information.
## Processing system information.
   3 package pathnames are already properly installed.
## Verifying package dependencies.
WARNING:
    The <SUNWrsc> package "Remote System Control" is a
    prerequisite package and should be installed.

Do you want to continue with the installation of <SUNWfrrsc> [y,n,?] y
## Verifying disk space requirements.
## Checking for conflicts with packages already installed.
## Checking for setuid/setgid programs.

Installing French Remote System Control as <SUNWfrrsc>

## Installing part 1 of 1.
/usr/lib/locale/fr/LC_MESSAGES/SUNW_RSC_ADM.mo
/usr/lib/locale/fr/LC_MESSAGES/SUNW_RSC_CFG.mo
/usr/lib/locale/fr/LC_MESSAGES/SUNW_RSC_LIB.mo
[ verifying class <none> ]

Installation of <SUNWfrrsc> was successful.

Processing package instance <SUNWfrscd> from </tmp/RSC>

French Remote System Control User Guide(sparc) 2.2.3,REV=2005.01.18
Copyright 2004 Sun Microsystems, Inc.  All rights reserved.
Use is subject to license terms.
Using </opt> as the package base directory.
## Processing package information.
## Processing system information.
   2 package pathnames are already properly installed.
## Verifying disk space requirements.
## Checking for conflicts with packages already installed.
## Checking for setuid/setgid programs.

Installing French Remote System Control User Guide as <SUNWfrscd>

## Installing part 1 of 1.
/opt/rsc/doc/fr/pdf/user_guide.pdf
[ verifying class <none> ]

Installation of <SUNWfrscd> was successful.

Processing package instance <SUNWfrscj> from </tmp/RSC>

French Remote System Control GUI(sparc) 2.2.3,REV=2005.01.18
Copyright 2004 Sun Microsystems, Inc.  All rights reserved.
Use is subject to license terms.
Using </opt> as the package base directory.
## Processing package information.
## Processing system information.
   18 package pathnames are already properly installed.
## Verifying package dependencies.
WARNING:
    The <SUNWrscj> package "Remote System Control GUI" is a
    prerequisite package and should be installed.

Do you want to continue with the installation of <SUNWfrscj> [y,n,?] y
## Verifying disk space requirements.
## Checking for conflicts with packages already installed.
## Checking for setuid/setgid programs.

Installing French Remote System Control GUI as <SUNWfrscj>

## Installing part 1 of 1.
/opt/rsc/lib/java/com/sun/rsc/internal/l10n/RscData_fr.class
/opt/rsc/lib/java/com/sun/rsc/internal/l10n/rsc_fr.properties
/opt/rsc/lib/locale/fr/LC_MESSAGES/SUNW_RSC_rsc.mo
/opt/rsc/lib/locale/fr/html/addmoduser.html
/opt/rsc/lib/locale/fr/html/alerts.html
/opt/rsc/lib/locale/fr/html/bootmode.html
/opt/rsc/lib/locale/fr/html/comm.html
/opt/rsc/lib/locale/fr/html/console.html
/opt/rsc/lib/locale/fr/html/environment.html
/opt/rsc/lib/locale/fr/html/login.html
/opt/rsc/lib/locale/fr/html/logs.html
/opt/rsc/lib/locale/fr/html/network.html
/opt/rsc/lib/locale/fr/html/title.html
/opt/rsc/lib/locale/fr/html/toggle_LED.html
/opt/rsc/lib/locale/fr/html/user.html
/opt/rsc/lib/locale/fr/html/xir.html
/opt/rsc/lib/locale/fr/modems/countries_3com_3CXM756
/opt/rsc/lib/platform-files/Sun-Fire-280R/platform_fr.properties
/opt/rsc/lib/platform-files/Sun-Fire-480R/platform_fr.properties
/opt/rsc/lib/platform-files/Sun-Fire-880/platform_fr.properties
/opt/rsc/lib/platform-files/Sun-Fire-V490/platform_fr.properties
/opt/rsc/lib/platform-files/Sun-Fire-V890/platform_fr.properties
/opt/rsc/lib/platform-files/e250/platform_fr.properties
[ verifying class <none> ]

Installation of <SUNWfrscj> was successful.

Processing package instance <SUNWhrsc> from </tmp/RSC>

Traditional Chinese (EUC) Remote System Control(sparc) 2.2.3,REV=2005.01.18
Copyright 2004 Sun Microsystems, Inc.  All rights reserved.
Use is subject to license terms.
Using </> as the package base directory.
## Processing package information.
## Processing system information.
   3 package pathnames are already properly installed.
## Verifying package dependencies.
WARNING:
    The <SUNWrsc> package "Remote System Control" is a
    prerequisite package and should be installed.

Do you want to continue with the installation of <SUNWhrsc> [y,n,?] y
## Verifying disk space requirements.
## Checking for conflicts with packages already installed.
## Checking for setuid/setgid programs.

Installing Traditional Chinese (EUC) Remote System Control as <SUNWhrsc>

## Installing part 1 of 1.
/usr/lib/locale/zh_TW/LC_MESSAGES/SUNW_RSC_ADM.mo
/usr/lib/locale/zh_TW/LC_MESSAGES/SUNW_RSC_CFG.mo
/usr/lib/locale/zh_TW/LC_MESSAGES/SUNW_RSC_LIB.mo
[ verifying class <none> ]

Installation of <SUNWhrsc> was successful.

Processing package instance <SUNWhrscd> from </tmp/RSC>

Traditional Chinese (EUC) Remote System Control User Guide(sparc) 2.2.3,REV=2005                                                              .01.18
Copyright 2004 Sun Microsystems, Inc.  All rights reserved.
Use is subject to license terms.
Using </opt> as the package base directory.
## Processing package information.
## Processing system information.
   2 package pathnames are already properly installed.
## Verifying disk space requirements.
## Checking for conflicts with packages already installed.
## Checking for setuid/setgid programs.

Installing Traditional Chinese (EUC) Remote System Control User Guide as <SUNWhr                                                              scd>

## Installing part 1 of 1.
/opt/rsc/doc/zh_TW/pdf/user_guide.pdf
[ verifying class <none> ]

Installation of <SUNWhrscd> was successful.

Processing package instance <SUNWhrscj> from </tmp/RSC>

Traditional Chinese (EUC) Remote System Control GUI(sparc) 2.2.3,REV=2005.01.18
Copyright 2004 Sun Microsystems, Inc.  All rights reserved.
Use is subject to license terms.
Using </opt> as the package base directory.
## Processing package information.
## Processing system information.
   18 package pathnames are already properly installed.
## Verifying package dependencies.
WARNING:
    The <SUNWrscj> package "Remote System Control GUI" is a
    prerequisite package and should be installed.

Do you want to continue with the installation of <SUNWhrscj> [y,n,?] y
## Verifying disk space requirements.
## Checking for conflicts with packages already installed.
## Checking for setuid/setgid programs.

Installing Traditional Chinese (EUC) Remote System Control GUI as <SUNWhrscj>

## Installing part 1 of 1.
/opt/rsc/lib/java/com/sun/rsc/internal/l10n/RscData_zh_TW.class
/opt/rsc/lib/java/com/sun/rsc/internal/l10n/rsc_zh_TW.properties
/opt/rsc/lib/locale/zh_TW/LC_MESSAGES/SUNW_RSC_rsc.mo
/opt/rsc/lib/locale/zh_TW/html/addmoduser.html
/opt/rsc/lib/locale/zh_TW/html/alerts.html
/opt/rsc/lib/locale/zh_TW/html/bootmode.html
/opt/rsc/lib/locale/zh_TW/html/comm.html
/opt/rsc/lib/locale/zh_TW/html/console.html
/opt/rsc/lib/locale/zh_TW/html/environment.html
/opt/rsc/lib/locale/zh_TW/html/login.html
/opt/rsc/lib/locale/zh_TW/html/logs.html
/opt/rsc/lib/locale/zh_TW/html/network.html
/opt/rsc/lib/locale/zh_TW/html/title.html
/opt/rsc/lib/locale/zh_TW/html/toggle_LED.html
/opt/rsc/lib/locale/zh_TW/html/user.html
/opt/rsc/lib/locale/zh_TW/html/xir.html
/opt/rsc/lib/locale/zh_TW/modems/countries_3com_3CXM756
/opt/rsc/lib/platform-files/Sun-Fire-280R/platform_zh_TW.properties
/opt/rsc/lib/platform-files/Sun-Fire-480R/platform_zh_TW.properties
/opt/rsc/lib/platform-files/Sun-Fire-880/platform_zh_TW.properties
/opt/rsc/lib/platform-files/Sun-Fire-V490/platform_zh_TW.properties
/opt/rsc/lib/platform-files/Sun-Fire-V890/platform_zh_TW.properties
/opt/rsc/lib/platform-files/e250/platform_zh_TW.properties
[ verifying class <none> ]

Installation of <SUNWhrscj> was successful.

Processing package instance <SUNWirscd> from </tmp/RSC>

Italian Remote System Control User Guide(sparc) 2.2.3,REV=2005.01.18
Copyright 2004 Sun Microsystems, Inc.  All rights reserved.
Use is subject to license terms.
Using </opt> as the package base directory.
## Processing package information.
## Processing system information.
   2 package pathnames are already properly installed.
## Verifying disk space requirements.
## Checking for conflicts with packages already installed.
## Checking for setuid/setgid programs.

Installing Italian Remote System Control User Guide as <SUNWirscd>

## Installing part 1 of 1.
/opt/rsc/doc/it/pdf/user_guide.pdf
[ verifying class <none> ]

Installation of <SUNWirscd> was successful.

Processing package instance <SUNWirscj> from </tmp/RSC>

Italian Remote System Control GUI(sparc) 2.2.3,REV=2005.01.18
Copyright 2004 Sun Microsystems, Inc.  All rights reserved.
Use is subject to license terms.
Using </opt> as the package base directory.
## Processing package information.
## Processing system information.
   18 package pathnames are already properly installed.
## Verifying package dependencies.
WARNING:
    The <SUNWrscj> package "Remote System Control GUI" is a
    prerequisite package and should be installed.

Do you want to continue with the installation of <SUNWirscj> [y,n,?] y
## Verifying disk space requirements.
## Checking for conflicts with packages already installed.
## Checking for setuid/setgid programs.

Installing Italian Remote System Control GUI as <SUNWirscj>

## Installing part 1 of 1.
/opt/rsc/lib/java/com/sun/rsc/internal/l10n/RscData_it.class
/opt/rsc/lib/java/com/sun/rsc/internal/l10n/rsc_it.properties
/opt/rsc/lib/locale/it/LC_MESSAGES/SUNW_RSC_rsc.mo
/opt/rsc/lib/locale/it/html/addmoduser.html
/opt/rsc/lib/locale/it/html/alerts.html
/opt/rsc/lib/locale/it/html/bootmode.html
/opt/rsc/lib/locale/it/html/comm.html
/opt/rsc/lib/locale/it/html/console.html
/opt/rsc/lib/locale/it/html/environment.html
/opt/rsc/lib/locale/it/html/login.html
/opt/rsc/lib/locale/it/html/logs.html
/opt/rsc/lib/locale/it/html/network.html
/opt/rsc/lib/locale/it/html/title.html
/opt/rsc/lib/locale/it/html/toggle_LED.html
/opt/rsc/lib/locale/it/html/user.html
/opt/rsc/lib/locale/it/html/xir.html
/opt/rsc/lib/locale/it/modems/countries_3com_3CXM756
/opt/rsc/lib/platform-files/Sun-Fire-280R/platform_it.properties
/opt/rsc/lib/platform-files/Sun-Fire-480R/platform_it.properties
/opt/rsc/lib/platform-files/Sun-Fire-880/platform_it.properties
/opt/rsc/lib/platform-files/Sun-Fire-V490/platform_it.properties
/opt/rsc/lib/platform-files/Sun-Fire-V890/platform_it.properties
/opt/rsc/lib/platform-files/e250/platform_it.properties
[ verifying class <none> ]

Installation of <SUNWirscj> was successful.

Processing package instance <SUNWitrsc> from </tmp/RSC>

Italian Remote System Control(sparc) 2.2.3,REV=2005.01.18
Copyright 2004 Sun Microsystems, Inc.  All rights reserved.
Use is subject to license terms.
Using </> as the package base directory.
## Processing package information.
## Processing system information.
   3 package pathnames are already properly installed.
## Verifying package dependencies.
WARNING:
    The <SUNWrsc> package "Remote System Control" is a
    prerequisite package and should be installed.

Do you want to continue with the installation of <SUNWitrsc> [y,n,?] y
## Verifying disk space requirements.
## Checking for conflicts with packages already installed.
## Checking for setuid/setgid programs.

Installing Italian Remote System Control as <SUNWitrsc>

## Installing part 1 of 1.
/usr/lib/locale/it/LC_MESSAGES/SUNW_RSC_ADM.mo
/usr/lib/locale/it/LC_MESSAGES/SUNW_RSC_CFG.mo
/usr/lib/locale/it/LC_MESSAGES/SUNW_RSC_LIB.mo
[ verifying class <none> ]

Installation of <SUNWitrsc> was successful.

Processing package instance <SUNWjersc> from </tmp/RSC>

Japanese (EUC) Remote System Control(sparc) 2.2.3,REV=2005.01.18
Copyright 2004 Sun Microsystems, Inc.  All rights reserved.
Use is subject to license terms.
Using </> as the package base directory.
## Processing package information.
## Processing system information.
   5 package pathnames are already properly installed.
## Verifying package dependencies.
WARNING:
    The <SUNWrsc> package "Remote System Control" is a
    prerequisite package and should be installed.

Do you want to continue with the installation of <SUNWjersc> [y,n,?] y
## Verifying disk space requirements.
## Checking for conflicts with packages already installed.
## Checking for setuid/setgid programs.

Installing Japanese (EUC) Remote System Control as <SUNWjersc>

## Installing part 1 of 1.
/usr/lib/locale/ja/LC_MESSAGES/SUNW_RSC_ADM.mo
/usr/lib/locale/ja/LC_MESSAGES/SUNW_RSC_CFG.mo
/usr/lib/locale/ja/LC_MESSAGES/SUNW_RSC_LIB.mo
/usr/share/man/ja/sman1m/rscadm.sgml
[ verifying class <none> ]

Installation of <SUNWjersc> was successful.

Processing package instance <SUNWjrscd> from </tmp/RSC>

Japanese (EUC) Remote System Control User Guide(sparc) 2.2.3,REV=2005.01.18
Copyright 2004 Sun Microsystems, Inc.  All rights reserved.
Use is subject to license terms.
Using </opt> as the package base directory.
## Processing package information.
## Processing system information.
   2 package pathnames are already properly installed.
## Verifying disk space requirements.
## Checking for conflicts with packages already installed.
## Checking for setuid/setgid programs.

Installing Japanese (EUC) Remote System Control User Guide as <SUNWjrscd>

## Installing part 1 of 1.
/opt/rsc/doc/ja/pdf/user_guide.pdf
[ verifying class <none> ]

Installation of <SUNWjrscd> was successful.

Processing package instance <SUNWjrscj> from </tmp/RSC>

Japanese (EUC) Remote System Control GUI(sparc) 2.2.3,REV=2005.01.18
Copyright 2004 Sun Microsystems, Inc.  All rights reserved.
Use is subject to license terms.
Using </opt> as the package base directory.
## Processing package information.
## Processing system information.
   18 package pathnames are already properly installed.
## Verifying package dependencies.
WARNING:
    The <SUNWrscj> package "Remote System Control GUI" is a
    prerequisite package and should be installed.

Do you want to continue with the installation of <SUNWjrscj> [y,n,?] y
## Verifying disk space requirements.
## Checking for conflicts with packages already installed.
## Checking for setuid/setgid programs.

Installing Japanese (EUC) Remote System Control GUI as <SUNWjrscj>

## Installing part 1 of 1.
/opt/rsc/lib/java/com/sun/rsc/internal/l10n/RscData_ja.class
/opt/rsc/lib/java/com/sun/rsc/internal/l10n/rsc_ja.properties
/opt/rsc/lib/locale/ja/LC_MESSAGES/SUNW_RSC_rsc.mo
/opt/rsc/lib/locale/ja/html/addmoduser.html
/opt/rsc/lib/locale/ja/html/alerts.html
/opt/rsc/lib/locale/ja/html/bootmode.html
/opt/rsc/lib/locale/ja/html/comm.html
/opt/rsc/lib/locale/ja/html/console.html
/opt/rsc/lib/locale/ja/html/environment.html
/opt/rsc/lib/locale/ja/html/login.html
/opt/rsc/lib/locale/ja/html/logs.html
/opt/rsc/lib/locale/ja/html/network.html
/opt/rsc/lib/locale/ja/html/title.html
/opt/rsc/lib/locale/ja/html/toggle_LED.html
/opt/rsc/lib/locale/ja/html/user.html
/opt/rsc/lib/locale/ja/html/xir.html
/opt/rsc/lib/locale/ja/modems/countries_3com_3CXM756
/opt/rsc/lib/platform-files/Sun-Fire-280R/platform_ja.properties
/opt/rsc/lib/platform-files/Sun-Fire-480R/platform_ja.properties
/opt/rsc/lib/platform-files/Sun-Fire-880/platform_ja.properties
/opt/rsc/lib/platform-files/Sun-Fire-V490/platform_ja.properties
/opt/rsc/lib/platform-files/Sun-Fire-V890/platform_ja.properties
/opt/rsc/lib/platform-files/e250/platform_ja.properties
[ verifying class <none> ]

Installation of <SUNWjrscj> was successful.

Processing package instance <SUNWkrsc> from </tmp/RSC>

Korean (EUC) Remote System Control(sparc) 2.2.3,REV=2005.01.18
Copyright 2004 Sun Microsystems, Inc.  All rights reserved.
Use is subject to license terms.
Using </> as the package base directory.
## Processing package information.
## Processing system information.
   3 package pathnames are already properly installed.
## Verifying package dependencies.
WARNING:
    The <SUNWrsc> package "Remote System Control" is a
    prerequisite package and should be installed.

Do you want to continue with the installation of <SUNWkrsc> [y,n,?] y
## Verifying disk space requirements.
## Checking for conflicts with packages already installed.
## Checking for setuid/setgid programs.

Installing Korean (EUC) Remote System Control as <SUNWkrsc>

## Installing part 1 of 1.
/usr/lib/locale/ko/LC_MESSAGES/SUNW_RSC_ADM.mo
/usr/lib/locale/ko/LC_MESSAGES/SUNW_RSC_CFG.mo
/usr/lib/locale/ko/LC_MESSAGES/SUNW_RSC_LIB.mo
[ verifying class <none> ]

Installation of <SUNWkrsc> was successful.

Processing package instance <SUNWkrscd> from </tmp/RSC>

Korean (EUC) Remote System Control User Guide(sparc) 2.2.3,REV=2005.01.18
Copyright 2004 Sun Microsystems, Inc.  All rights reserved.
Use is subject to license terms.
Using </opt> as the package base directory.
## Processing package information.
## Processing system information.
   2 package pathnames are already properly installed.
## Verifying disk space requirements.
## Checking for conflicts with packages already installed.
## Checking for setuid/setgid programs.

Installing Korean (EUC) Remote System Control User Guide as <SUNWkrscd>

## Installing part 1 of 1.
/opt/rsc/doc/ko/pdf/user_guide.pdf
[ verifying class <none> ]

Installation of <SUNWkrscd> was successful.

Processing package instance <SUNWkrscj> from </tmp/RSC>

Korean (EUC) Remote System Control GUI(sparc) 2.2.3,REV=2005.01.18
Copyright 2004 Sun Microsystems, Inc.  All rights reserved.
Use is subject to license terms.
Using </opt> as the package base directory.
## Processing package information.
## Processing system information.
   18 package pathnames are already properly installed.
## Verifying package dependencies.
WARNING:
    The <SUNWrscj> package "Remote System Control GUI" is a
    prerequisite package and should be installed.

Do you want to continue with the installation of <SUNWkrscj> [y,n,?] y
## Verifying disk space requirements.
## Checking for conflicts with packages already installed.
## Checking for setuid/setgid programs.

Installing Korean (EUC) Remote System Control GUI as <SUNWkrscj>

## Installing part 1 of 1.
/opt/rsc/lib/java/com/sun/rsc/internal/l10n/RscData_ko.class
/opt/rsc/lib/java/com/sun/rsc/internal/l10n/rsc_ko.properties
/opt/rsc/lib/locale/ko/LC_MESSAGES/SUNW_RSC_rsc.mo
/opt/rsc/lib/locale/ko/html/addmoduser.html
/opt/rsc/lib/locale/ko/html/alerts.html
/opt/rsc/lib/locale/ko/html/bootmode.html
/opt/rsc/lib/locale/ko/html/comm.html
/opt/rsc/lib/locale/ko/html/console.html
/opt/rsc/lib/locale/ko/html/environment.html
/opt/rsc/lib/locale/ko/html/login.html
/opt/rsc/lib/locale/ko/html/logs.html
/opt/rsc/lib/locale/ko/html/network.html
/opt/rsc/lib/locale/ko/html/title.html
/opt/rsc/lib/locale/ko/html/toggle_LED.html
/opt/rsc/lib/locale/ko/html/user.html
/opt/rsc/lib/locale/ko/html/xir.html
/opt/rsc/lib/locale/ko/modems/countries_3com_3CXM756
/opt/rsc/lib/platform-files/Sun-Fire-280R/platform_ko.properties
/opt/rsc/lib/platform-files/Sun-Fire-480R/platform_ko.properties
/opt/rsc/lib/platform-files/Sun-Fire-880/platform_ko.properties
/opt/rsc/lib/platform-files/Sun-Fire-V490/platform_ko.properties
/opt/rsc/lib/platform-files/Sun-Fire-V890/platform_ko.properties
/opt/rsc/lib/platform-files/e250/platform_ko.properties
[ verifying class <none> ]

Installation of <SUNWkrscj> was successful.

Processing package instance <SUNWrsc> from </tmp/RSC>

Remote System Control(sparc) 2.2.3,REV=2005.01.18
Copyright 2004 Sun Microsystems, Inc.  All rights reserved.
Use is subject to license terms.
Using </> as the package base directory.
## Processing package information.
## Processing system information.
   19 package pathnames are already properly installed.
## Verifying disk space requirements.
## Checking for conflicts with packages already installed.
## Checking for setuid/setgid programs.

Installing Remote System Control as <SUNWrsc>

## Installing part 1 of 1.
/usr/platform/SUNW,Sun-Fire-280R/lib/images/rscfw
/usr/platform/SUNW,Sun-Fire-280R/lib/librsc.so <symbolic link>
/usr/platform/SUNW,Sun-Fire-280R/lib/librsc.so.2
/usr/platform/SUNW,Sun-Fire-280R/rsc/rsc-config
/usr/platform/SUNW,Sun-Fire-280R/rsc/rsc-initscript
/usr/platform/SUNW,Sun-Fire-280R/rsc/rscadm
/usr/platform/SUNW,Sun-Fire-480R/lib/images/rscfw <symbolic link>
/usr/platform/SUNW,Sun-Fire-480R/lib/librsc.so <symbolic link>
/usr/platform/SUNW,Sun-Fire-480R/lib/librsc.so.2 <symbolic link>
/usr/platform/SUNW,Sun-Fire-480R/rsc/rsc-config <symbolic link>
/usr/platform/SUNW,Sun-Fire-480R/rsc/rsc-initscript <symbolic link>
/usr/platform/SUNW,Sun-Fire-480R/rsc/rscadm <symbolic link>
/usr/platform/SUNW,Sun-Fire-880/lib/images/rscfw <symbolic link>
/usr/platform/SUNW,Sun-Fire-880/lib/librsc.so <symbolic link>
/usr/platform/SUNW,Sun-Fire-880/lib/librsc.so.2 <symbolic link>
/usr/platform/SUNW,Sun-Fire-880/rsc/rsc-config <symbolic link>
/usr/platform/SUNW,Sun-Fire-880/rsc/rsc-initscript <symbolic link>
/usr/platform/SUNW,Sun-Fire-880/rsc/rscadm <symbolic link>
/usr/platform/SUNW,Sun-Fire-V490/lib/images/rscfw <symbolic link>
/usr/platform/SUNW,Sun-Fire-V490/lib/librsc.so <symbolic link>
/usr/platform/SUNW,Sun-Fire-V490/lib/librsc.so.2 <symbolic link>
/usr/platform/SUNW,Sun-Fire-V490/rsc/rsc-config <symbolic link>
/usr/platform/SUNW,Sun-Fire-V490/rsc/rsc-initscript <symbolic link>
/usr/platform/SUNW,Sun-Fire-V490/rsc/rscadm <symbolic link>
/usr/platform/SUNW,Sun-Fire-V890/lib/images/rscfw <symbolic link>
/usr/platform/SUNW,Sun-Fire-V890/lib/librsc.so <symbolic link>
/usr/platform/SUNW,Sun-Fire-V890/lib/librsc.so.2 <symbolic link>
/usr/platform/SUNW,Sun-Fire-V890/rsc/rsc-config <symbolic link>
/usr/platform/SUNW,Sun-Fire-V890/rsc/rsc-initscript <symbolic link>
/usr/platform/SUNW,Sun-Fire-V890/rsc/rscadm <symbolic link>
/usr/platform/SUNW,Ultra-250/lib/images/rscfw
/usr/platform/SUNW,Ultra-250/lib/librsc.so <symbolic link>
/usr/platform/SUNW,Ultra-250/lib/librsc.so.1
/usr/platform/SUNW,Ultra-250/rsc/rsc-config
/usr/platform/SUNW,Ultra-250/rsc/rsc-initscript
/usr/platform/SUNW,Ultra-250/rsc/rscadm
/usr/share/man/sman1m/rscadm.sgml
[ verifying class <none> ]

Installation of <SUNWrsc> was successful.

Processing package instance <SUNWrscd> from </tmp/RSC>

Remote System Control User Guide(sparc) 2.2.3,REV=2005.01.18
Copyright 2004 Sun Microsystems, Inc.  All rights reserved.
Use is subject to license terms.
Using </opt> as the package base directory.
## Processing package information.
## Processing system information.
   2 package pathnames are already properly installed.
## Verifying disk space requirements.
## Checking for conflicts with packages already installed.
## Checking for setuid/setgid programs.

Installing Remote System Control User Guide as <SUNWrscd>

## Installing part 1 of 1.
/opt/rsc/doc/en/html/alert_sc.htm
/opt/rsc/doc/en/html/chars/bullet.gif
/opt/rsc/doc/en/html/chars/caution.gif
/opt/rsc/doc/en/html/chars/dagger.gif
/opt/rsc/doc/en/html/chars/diamond.gif
/opt/rsc/doc/en/html/chars/doubledagger.gif
/opt/rsc/doc/en/html/chars/tm.gif
/opt/rsc/doc/en/html/chars/zd/blockbullet.gif
/opt/rsc/doc/en/html/chars/zd/downtriangle.gif
/opt/rsc/doc/en/html/chars/zd/rightwingarrow.gif
/opt/rsc/doc/en/html/contents.gif
/opt/rsc/doc/en/html/copyrigh.htm
/opt/rsc/doc/en/html/e250_log.jpg
/opt/rsc/doc/en/html/event_co.htm
/opt/rsc/doc/en/html/figures/e250_log.jpg
/opt/rsc/doc/en/html/figures/ucm_cona.jpg
/opt/rsc/doc/en/html/figures/ucm_ove2.jpg
/opt/rsc/doc/en/html/figures/ucm_ove5.jpg
/opt/rsc/doc/en/html/figures/ucm_ovea.jpg
/opt/rsc/doc/en/html/home.gif
/opt/rsc/doc/en/html/index.gif
/opt/rsc/doc/en/html/index.html
/opt/rsc/doc/en/html/modem_ap.htm
/opt/rsc/doc/en/html/next.gif
/opt/rsc/doc/en/html/previous.gif
/opt/rsc/doc/en/html/rsc_pref.htm
/opt/rsc/doc/en/html/rscix.htm
/opt/rsc/doc/en/html/rsctoc.htm
/opt/rsc/doc/en/html/shared/contents.gif
/opt/rsc/doc/en/html/shared/home.gif
/opt/rsc/doc/en/html/shared/index.gif
/opt/rsc/doc/en/html/shared/next.gif
/opt/rsc/doc/en/html/shared/previous.gif
/opt/rsc/doc/en/html/shared/sun_logo.gif
/opt/rsc/doc/en/html/title.htm
/opt/rsc/doc/en/html/ucm_adm_.htm
/opt/rsc/doc/en/html/ucm_conf.htm
/opt/rsc/doc/en/html/ucm_gui_.htm
/opt/rsc/doc/en/html/ucm_hwin.htm
/opt/rsc/doc/en/html/ucm_obp_.htm
/opt/rsc/doc/en/html/ucm_over.htm
/opt/rsc/doc/en/html/ucm_shel.htm
/opt/rsc/doc/en/html/ucm_trou.htm
/opt/rsc/doc/en/html/ups_app.htm
/opt/rsc/doc/en/pdf/user_guide.pdf
[ verifying class <none> ]

Installation of <SUNWrscd> was successful.

Processing package instance <SUNWrscj> from </tmp/RSC>

Remote System Control GUI(sparc) 2.2.3,REV=2005.01.18
Copyright 2004 Sun Microsystems, Inc.  All rights reserved.
Use is subject to license terms.
Using </opt> as the package base directory.
## Processing package information.
## Processing system information.
   18 package pathnames are already properly installed.
## Verifying disk space requirements.
## Checking for conflicts with packages already installed.
## Checking for setuid/setgid programs.

Installing Remote System Control GUI as <SUNWrscj>

## Installing part 1 of 1.
/opt/rsc/bin/rsc
/opt/rsc/lib/images/about_banner.gif
/opt/rsc/lib/images/about_logos.gif
/opt/rsc/lib/images/empty.gif
/opt/rsc/lib/images/failure.gif
/opt/rsc/lib/images/failureLarge.gif
/opt/rsc/lib/images/header.gif
/opt/rsc/lib/images/ok.gif
/opt/rsc/lib/images/rsc-icon.gif
/opt/rsc/lib/images/tree_disabled.gif
/opt/rsc/lib/images/tree_enabled.gif
/opt/rsc/lib/images/warning.gif
/opt/rsc/lib/images/warningLarge.gif
/opt/rsc/lib/java/com/sun/rsc/internal/l10n/MessageCatalog.class
/opt/rsc/lib/java/com/sun/rsc/internal/l10n/RscData.class
/opt/rsc/lib/java/com/sun/rsc/internal/l10n/rsc.properties
/opt/rsc/lib/java/com/sun/rsc/internal/l10n/rsc_en.properties
/opt/rsc/lib/java/com/sun/rsc/internal/pages/AlertFrame.class
/opt/rsc/lib/java/com/sun/rsc/internal/pages/AlertInfo.class
/opt/rsc/lib/java/com/sun/rsc/internal/pages/BooleanRenderer.class
/opt/rsc/lib/java/com/sun/rsc/internal/pages/BootmodeFrame.class
/opt/rsc/lib/java/com/sun/rsc/internal/pages/ChangePasswordDialog.class
/opt/rsc/lib/java/com/sun/rsc/internal/pages/Country.class
/opt/rsc/lib/java/com/sun/rsc/internal/pages/DateTimeDialog.class
/opt/rsc/lib/java/com/sun/rsc/internal/pages/EnvironmentalStatus$1.class
/opt/rsc/lib/java/com/sun/rsc/internal/pages/EnvironmentalStatus$2.class
/opt/rsc/lib/java/com/sun/rsc/internal/pages/EnvironmentalStatus$3.class
/opt/rsc/lib/java/com/sun/rsc/internal/pages/EnvironmentalStatus$4.class
/opt/rsc/lib/java/com/sun/rsc/internal/pages/EnvironmentalStatus.class
/opt/rsc/lib/java/com/sun/rsc/internal/pages/EnvironmentalStatusTimer$1.class
/opt/rsc/lib/java/com/sun/rsc/internal/pages/EnvironmentalStatusTimer.class
/opt/rsc/lib/java/com/sun/rsc/internal/pages/EthernetFrame.class
/opt/rsc/lib/java/com/sun/rsc/internal/pages/EthernetInfo.class
/opt/rsc/lib/java/com/sun/rsc/internal/pages/HomePage$1.class
/opt/rsc/lib/java/com/sun/rsc/internal/pages/HomePage$2.class
/opt/rsc/lib/java/com/sun/rsc/internal/pages/HomePage$3.class
/opt/rsc/lib/java/com/sun/rsc/internal/pages/HomePage$4.class
/opt/rsc/lib/java/com/sun/rsc/internal/pages/HomePage$5.class
/opt/rsc/lib/java/com/sun/rsc/internal/pages/HomePage$6.class
/opt/rsc/lib/java/com/sun/rsc/internal/pages/HomePage$7.class
/opt/rsc/lib/java/com/sun/rsc/internal/pages/HomePage$LoginThread.class
/opt/rsc/lib/java/com/sun/rsc/internal/pages/HomePage.class
/opt/rsc/lib/java/com/sun/rsc/internal/pages/HomePageFrame.class
/opt/rsc/lib/java/com/sun/rsc/internal/pages/HomePageTimer.class
/opt/rsc/lib/java/com/sun/rsc/internal/pages/LogFrame.class
/opt/rsc/lib/java/com/sun/rsc/internal/pages/Login.class
/opt/rsc/lib/java/com/sun/rsc/internal/pages/MainMenu.class
/opt/rsc/lib/java/com/sun/rsc/internal/pages/ModifyUserFrame.class
/opt/rsc/lib/java/com/sun/rsc/internal/pages/PagingDialog.class
/opt/rsc/lib/java/com/sun/rsc/internal/pages/RSCBanner$AccessibleRSCBanner.class
/opt/rsc/lib/java/com/sun/rsc/internal/pages/RSCBanner.class
/opt/rsc/lib/java/com/sun/rsc/internal/pages/RSCBar$AccessibleRSCBar.class
/opt/rsc/lib/java/com/sun/rsc/internal/pages/RSCBar.class
/opt/rsc/lib/java/com/sun/rsc/internal/pages/RSCBattery$AccessibleRSCBattery.cla                                                              ss
/opt/rsc/lib/java/com/sun/rsc/internal/pages/RSCBattery.class
/opt/rsc/lib/java/com/sun/rsc/internal/pages/RSCCellRenderer.class
/opt/rsc/lib/java/com/sun/rsc/internal/pages/RSCLegend.class
/opt/rsc/lib/java/com/sun/rsc/internal/pages/RSCTempBar$AccessibleRSCTempBar.cla                                                              ss
/opt/rsc/lib/java/com/sun/rsc/internal/pages/RSCTempBar.class
/opt/rsc/lib/java/com/sun/rsc/internal/pages/SerialFrame.class
/opt/rsc/lib/java/com/sun/rsc/internal/pages/SerialInfo.class
/opt/rsc/lib/java/com/sun/rsc/internal/pages/TreeListener$1.class
/opt/rsc/lib/java/com/sun/rsc/internal/pages/TreeListener.class
/opt/rsc/lib/java/com/sun/rsc/internal/pages/UserAdminFrame$1.class
/opt/rsc/lib/java/com/sun/rsc/internal/pages/UserAdminFrame.class
/opt/rsc/lib/java/com/sun/rsc/internal/pages/UserTableModel.class
/opt/rsc/lib/java/com/sun/rsc/internal/ssp/BasePlatformSupport.class
/opt/rsc/lib/java/com/sun/rsc/internal/ssp/BaseSSPDeviceManager.class
/opt/rsc/lib/java/com/sun/rsc/internal/ssp/BaseSetRequestObserver.class
/opt/rsc/lib/java/com/sun/rsc/internal/ssp/BaseTrapHandler.class
/opt/rsc/lib/java/com/sun/rsc/internal/ssp/Dummy2SessionListener.class
/opt/rsc/lib/java/com/sun/rsc/internal/ssp/Dummy3MonitorListener.class
/opt/rsc/lib/java/com/sun/rsc/internal/ssp/Dummy4AlertListener.class
/opt/rsc/lib/java/com/sun/rsc/internal/ssp/DummySSPDeviceManager.class
/opt/rsc/lib/java/com/sun/rsc/internal/ssp/DummySSPSessionManager.class
/opt/rsc/lib/java/com/sun/rsc/internal/ssp/DummySessionListener.class
/opt/rsc/lib/java/com/sun/rsc/internal/ssp/GenericSSPProtocolLogger.class
/opt/rsc/lib/java/com/sun/rsc/internal/ssp/GenericSSPProtocolRecorder.class
/opt/rsc/lib/java/com/sun/rsc/internal/ssp/MibVariable.class
/opt/rsc/lib/java/com/sun/rsc/internal/ssp/MonitorThread.class
/opt/rsc/lib/java/com/sun/rsc/internal/ssp/PlatformSupport.class
/opt/rsc/lib/java/com/sun/rsc/internal/ssp/RSCEvents.class
/opt/rsc/lib/java/com/sun/rsc/internal/ssp/RSCPingThread.class
/opt/rsc/lib/java/com/sun/rsc/internal/ssp/RSCSSPSessionManager.class
/opt/rsc/lib/java/com/sun/rsc/internal/ssp/SSPAccessDeniedException.class
/opt/rsc/lib/java/com/sun/rsc/internal/ssp/SSPAlertEvent.class
/opt/rsc/lib/java/com/sun/rsc/internal/ssp/SSPAlertListener.class
/opt/rsc/lib/java/com/sun/rsc/internal/ssp/SSPBaudRate.class
/opt/rsc/lib/java/com/sun/rsc/internal/ssp/SSPBoolean.class
/opt/rsc/lib/java/com/sun/rsc/internal/ssp/SSPBootMode.class
/opt/rsc/lib/java/com/sun/rsc/internal/ssp/SSPCpu.class
/opt/rsc/lib/java/com/sun/rsc/internal/ssp/SSPDataBits.class
/opt/rsc/lib/java/com/sun/rsc/internal/ssp/SSPDeviceManager.class
/opt/rsc/lib/java/com/sun/rsc/internal/ssp/SSPDeviceNotRespondingException.class
/opt/rsc/lib/java/com/sun/rsc/internal/ssp/SSPEventLogEntry.class
/opt/rsc/lib/java/com/sun/rsc/internal/ssp/SSPFan.class
/opt/rsc/lib/java/com/sun/rsc/internal/ssp/SSPHostNotRespondingException.class
/opt/rsc/lib/java/com/sun/rsc/internal/ssp/SSPIPMode.class
/opt/rsc/lib/java/com/sun/rsc/internal/ssp/SSPInternalDisk.class
/opt/rsc/lib/java/com/sun/rsc/internal/ssp/SSPInvalidDataException.class
/opt/rsc/lib/java/com/sun/rsc/internal/ssp/SSPInvalidDataOnDeviceException.class
/opt/rsc/lib/java/com/sun/rsc/internal/ssp/SSPInvalidHostException.class
/opt/rsc/lib/java/com/sun/rsc/internal/ssp/SSPInvalidParameterException.class
/opt/rsc/lib/java/com/sun/rsc/internal/ssp/SSPKeyswitch.class
/opt/rsc/lib/java/com/sun/rsc/internal/ssp/SSPLEDStates.class
/opt/rsc/lib/java/com/sun/rsc/internal/ssp/SSPMonitor.class
/opt/rsc/lib/java/com/sun/rsc/internal/ssp/SSPMonitorEvent.class
/opt/rsc/lib/java/com/sun/rsc/internal/ssp/SSPMonitorListener.class
/opt/rsc/lib/java/com/sun/rsc/internal/ssp/SSPNoSessionListenerException.class
/opt/rsc/lib/java/com/sun/rsc/internal/ssp/SSPOperationNotPermittedException.cla                                                              ss
/opt/rsc/lib/java/com/sun/rsc/internal/ssp/SSPOperationNotSupportedException.cla                                                              ss
/opt/rsc/lib/java/com/sun/rsc/internal/ssp/SSPPagerBaudRate.class
/opt/rsc/lib/java/com/sun/rsc/internal/ssp/SSPParity.class
/opt/rsc/lib/java/com/sun/rsc/internal/ssp/SSPPci.class
/opt/rsc/lib/java/com/sun/rsc/internal/ssp/SSPPermissions.class
/opt/rsc/lib/java/com/sun/rsc/internal/ssp/SSPPowerSupply.class
/opt/rsc/lib/java/com/sun/rsc/internal/ssp/SSPProtocolLogger.class
/opt/rsc/lib/java/com/sun/rsc/internal/ssp/SSPProtocolRecorder.class
/opt/rsc/lib/java/com/sun/rsc/internal/ssp/SSPServerNotSupportedException.class
/opt/rsc/lib/java/com/sun/rsc/internal/ssp/SSPSessionActiveException.class
/opt/rsc/lib/java/com/sun/rsc/internal/ssp/SSPSessionEvent.class
/opt/rsc/lib/java/com/sun/rsc/internal/ssp/SSPSessionFactory.class
/opt/rsc/lib/java/com/sun/rsc/internal/ssp/SSPSessionInactiveException.class
/opt/rsc/lib/java/com/sun/rsc/internal/ssp/SSPSessionLimitException.class
/opt/rsc/lib/java/com/sun/rsc/internal/ssp/SSPSessionListener.class
/opt/rsc/lib/java/com/sun/rsc/internal/ssp/SSPSessionManager.class
/opt/rsc/lib/java/com/sun/rsc/internal/ssp/SSPSessionTypeNotSupportedException.c                                                              lass
/opt/rsc/lib/java/com/sun/rsc/internal/ssp/SSPStopBits.class
/opt/rsc/lib/java/com/sun/rsc/internal/ssp/SSPTemperature.class
/opt/rsc/lib/java/com/sun/rsc/internal/ssp/SSPUser.class
/opt/rsc/lib/java/com/sun/rsc/internal/ssp/SSPUtil.class
/opt/rsc/lib/java/com/sun/rsc/internal/ssp/SSPVersionData.class
/opt/rsc/lib/java/com/sun/rsc/internal/ssp/SolsticeSSPSessionManager.class
/opt/rsc/lib/java/com/sun/rsc/internal/ssp/TestAlertListener.class
/opt/rsc/lib/java/com/sun/rsc/internal/ssp/TestMonitorListener.class
/opt/rsc/lib/java/com/sun/rsc/internal/ssp/TestSessionListener.class
/opt/rsc/lib/java/com/sun/rsc/internal/util/AlertHandler.class
/opt/rsc/lib/java/com/sun/rsc/internal/util/ColumnLayout.class
/opt/rsc/lib/java/com/sun/rsc/internal/util/DateHelper.class
/opt/rsc/lib/java/com/sun/rsc/internal/util/DeviceNode.class
/opt/rsc/lib/java/com/sun/rsc/internal/util/FPToolTip.class
/opt/rsc/lib/java/com/sun/rsc/internal/util/FPVariable.class
/opt/rsc/lib/java/com/sun/rsc/internal/util/FilteredTextField.class
/opt/rsc/lib/java/com/sun/rsc/internal/util/FrontPanelPicture.class
/opt/rsc/lib/java/com/sun/rsc/internal/util/GenericSorter.class
/opt/rsc/lib/java/com/sun/rsc/internal/util/HTMLFormatter.class
/opt/rsc/lib/java/com/sun/rsc/internal/util/HelpFrame$1$RscEditorPane.class
/opt/rsc/lib/java/com/sun/rsc/internal/util/HelpFrame.class
/opt/rsc/lib/java/com/sun/rsc/internal/util/HorizontalSeparator.class
/opt/rsc/lib/java/com/sun/rsc/internal/util/LAYOUT_ALIGNMENT.class
/opt/rsc/lib/java/com/sun/rsc/internal/util/MutableBoolean.class
/opt/rsc/lib/java/com/sun/rsc/internal/util/NewTextPanel.class
/opt/rsc/lib/java/com/sun/rsc/internal/util/PanelPopup.class
/opt/rsc/lib/java/com/sun/rsc/internal/util/PropertyMetalTheme.class
/opt/rsc/lib/java/com/sun/rsc/internal/util/RSCCustomDataModel.class
/opt/rsc/lib/java/com/sun/rsc/internal/util/RSCCustomHeaderRenderer.class
/opt/rsc/lib/java/com/sun/rsc/internal/util/RSCDate.class
/opt/rsc/lib/java/com/sun/rsc/internal/util/RSCDebug.class
/opt/rsc/lib/java/com/sun/rsc/internal/util/RSCEnvStatTableRenderer.class
/opt/rsc/lib/java/com/sun/rsc/internal/util/RSCException.class
/opt/rsc/lib/java/com/sun/rsc/internal/util/RSCExceptionHandler.class
/opt/rsc/lib/java/com/sun/rsc/internal/util/RSCFrame.class
/opt/rsc/lib/java/com/sun/rsc/internal/util/RSCImages.class
/opt/rsc/lib/java/com/sun/rsc/internal/util/RSCMessages.class
/opt/rsc/lib/java/com/sun/rsc/internal/util/RSCProperties.class
/opt/rsc/lib/java/com/sun/rsc/internal/util/RSCSession.class
/opt/rsc/lib/java/com/sun/rsc/internal/util/RSCTreeNode.class
/opt/rsc/lib/java/com/sun/rsc/internal/util/RSCUtilities.class
/opt/rsc/lib/java/com/sun/rsc/internal/util/RowLayout.class
/opt/rsc/lib/java/com/sun/rsc/internal/util/SSPUserEvent.class
/opt/rsc/lib/java/com/sun/rsc/internal/util/SSPUserListener.class
/opt/rsc/lib/java/com/sun/rsc/internal/util/SearchComponent.class
/opt/rsc/lib/java/com/sun/rsc/internal/util/SearchEvent.class
/opt/rsc/lib/java/com/sun/rsc/internal/util/SearchListener.class
/opt/rsc/lib/java/com/sun/rsc/internal/util/TextPanel$AccessibleTextPanel.class
/opt/rsc/lib/java/com/sun/rsc/internal/util/TextPanel.class
/opt/rsc/lib/java/com/sun/rsc/internal/util/TypeList.class
/opt/rsc/lib/java/com/sun/rsc/internal/util/VerticalSeparator.class
/opt/rsc/lib/java/com/sun/rsc/internal/util/version.properties
/opt/rsc/lib/java/jmapi-snmp.jar
/opt/rsc/lib/locale/en/html/addmoduser.html
/opt/rsc/lib/locale/en/html/alerts.html
/opt/rsc/lib/locale/en/html/bootmode.html
/opt/rsc/lib/locale/en/html/comm.html
/opt/rsc/lib/locale/en/html/console.html
/opt/rsc/lib/locale/en/html/environment.html
/opt/rsc/lib/locale/en/html/login.html
/opt/rsc/lib/locale/en/html/logs.html
/opt/rsc/lib/locale/en/html/network.html
/opt/rsc/lib/locale/en/html/title.html
/opt/rsc/lib/locale/en/html/toggle_LED.html
/opt/rsc/lib/locale/en/html/user.html
/opt/rsc/lib/locale/en/html/xir.html
/opt/rsc/lib/locale/en/modems/countries_3com_3CXM756
/opt/rsc/lib/platform-files/Sun-Fire-280R/green-led.gif
/opt/rsc/lib/platform-files/Sun-Fire-280R/key-diag.gif
/opt/rsc/lib/platform-files/Sun-Fire-280R/key-lock.gif
/opt/rsc/lib/platform-files/Sun-Fire-280R/key-off.gif
/opt/rsc/lib/platform-files/Sun-Fire-280R/key-on.gif
/opt/rsc/lib/platform-files/Sun-Fire-280R/ln-base.gif
/opt/rsc/lib/platform-files/Sun-Fire-280R/orange-led.gif
/opt/rsc/lib/platform-files/Sun-Fire-280R/platform.properties
/opt/rsc/lib/platform-files/Sun-Fire-280R/platform_en.properties
/opt/rsc/lib/platform-files/Sun-Fire-280R/supportedfeatures.txt
/opt/rsc/lib/platform-files/Sun-Fire-480R/cs-base.gif
/opt/rsc/lib/platform-files/Sun-Fire-480R/green-circle.gif
/opt/rsc/lib/platform-files/Sun-Fire-480R/green-led.gif
/opt/rsc/lib/platform-files/Sun-Fire-480R/key-diag.gif
/opt/rsc/lib/platform-files/Sun-Fire-480R/key-lock.gif
/opt/rsc/lib/platform-files/Sun-Fire-480R/key-off.gif
/opt/rsc/lib/platform-files/Sun-Fire-480R/key-on.gif
/opt/rsc/lib/platform-files/Sun-Fire-480R/orange-circle.gif
/opt/rsc/lib/platform-files/Sun-Fire-480R/orange-led.gif
/opt/rsc/lib/platform-files/Sun-Fire-480R/platform.properties
/opt/rsc/lib/platform-files/Sun-Fire-480R/platform_en.properties
/opt/rsc/lib/platform-files/Sun-Fire-480R/supportedfeatures.txt
/opt/rsc/lib/platform-files/Sun-Fire-480R/white-led.gif
/opt/rsc/lib/platform-files/Sun-Fire-880/attention-left-led.gif
/opt/rsc/lib/platform-files/Sun-Fire-880/attention-right-led.gif
/opt/rsc/lib/platform-files/Sun-Fire-880/dak-base.gif
/opt/rsc/lib/platform-files/Sun-Fire-880/disk-led.gif
/opt/rsc/lib/platform-files/Sun-Fire-880/green-led.gif
/opt/rsc/lib/platform-files/Sun-Fire-880/key-diag.gif
/opt/rsc/lib/platform-files/Sun-Fire-880/key-lock.gif
/opt/rsc/lib/platform-files/Sun-Fire-880/key-off.gif
/opt/rsc/lib/platform-files/Sun-Fire-880/key-on.gif
/opt/rsc/lib/platform-files/Sun-Fire-880/orange-led.gif
/opt/rsc/lib/platform-files/Sun-Fire-880/platform.properties
/opt/rsc/lib/platform-files/Sun-Fire-880/platform_en.properties
/opt/rsc/lib/platform-files/Sun-Fire-880/ps-led.gif
/opt/rsc/lib/platform-files/Sun-Fire-880/supportedfeatures.txt
/opt/rsc/lib/platform-files/Sun-Fire-880/temp-left-led.gif
/opt/rsc/lib/platform-files/Sun-Fire-880/temp-right-led.gif
/opt/rsc/lib/platform-files/Sun-Fire-V490/green-circle.gif
/opt/rsc/lib/platform-files/Sun-Fire-V490/green-led.gif
/opt/rsc/lib/platform-files/Sun-Fire-V490/key-diag.gif
/opt/rsc/lib/platform-files/Sun-Fire-V490/key-lock.gif
/opt/rsc/lib/platform-files/Sun-Fire-V490/key-off.gif
/opt/rsc/lib/platform-files/Sun-Fire-V490/key-on.gif
/opt/rsc/lib/platform-files/Sun-Fire-V490/orange-circle.gif
/opt/rsc/lib/platform-files/Sun-Fire-V490/orange-led.gif
/opt/rsc/lib/platform-files/Sun-Fire-V490/platform.properties
/opt/rsc/lib/platform-files/Sun-Fire-V490/platform_en.properties
/opt/rsc/lib/platform-files/Sun-Fire-V490/se-base.gif
/opt/rsc/lib/platform-files/Sun-Fire-V490/supportedfeatures.txt
/opt/rsc/lib/platform-files/Sun-Fire-V490/white-led.gif
/opt/rsc/lib/platform-files/Sun-Fire-V890/attention-left-led.gif
/opt/rsc/lib/platform-files/Sun-Fire-V890/attention-right-led.gif
/opt/rsc/lib/platform-files/Sun-Fire-V890/disk-led.gif
/opt/rsc/lib/platform-files/Sun-Fire-V890/green-led.gif
/opt/rsc/lib/platform-files/Sun-Fire-V890/key-diag.gif
/opt/rsc/lib/platform-files/Sun-Fire-V890/key-lock.gif
/opt/rsc/lib/platform-files/Sun-Fire-V890/key-off.gif
/opt/rsc/lib/platform-files/Sun-Fire-V890/key-on.gif
/opt/rsc/lib/platform-files/Sun-Fire-V890/orange-led.gif
/opt/rsc/lib/platform-files/Sun-Fire-V890/platform.properties
/opt/rsc/lib/platform-files/Sun-Fire-V890/platform_en.properties
/opt/rsc/lib/platform-files/Sun-Fire-V890/ps-led.gif
/opt/rsc/lib/platform-files/Sun-Fire-V890/sil-base.gif
/opt/rsc/lib/platform-files/Sun-Fire-V890/supportedfeatures.txt
/opt/rsc/lib/platform-files/Sun-Fire-V890/temp-left-led.gif
/opt/rsc/lib/platform-files/Sun-Fire-V890/temp-right-led.gif
/opt/rsc/lib/platform-files/e250/frontpanel.gif
/opt/rsc/lib/platform-files/e250/greenled.gif
/opt/rsc/lib/platform-files/e250/keydown.gif
/opt/rsc/lib/platform-files/e250/keyleft.gif
/opt/rsc/lib/platform-files/e250/keyright.gif
/opt/rsc/lib/platform-files/e250/keyup.gif
/opt/rsc/lib/platform-files/e250/orangeled.gif
/opt/rsc/lib/platform-files/e250/platform.properties
/opt/rsc/lib/platform-files/e250/platform_en.properties
/opt/rsc/lib/platform-files/e250/supportedfeatures.txt
[ verifying class <none> ]

Installation of <SUNWrscj> was successful.

Processing package instance <SUNWsrscd> from </tmp/RSC>

Swedish Remote System Control User Guide(sparc) 2.2.3,REV=2005.01.18
Copyright 2004 Sun Microsystems, Inc.  All rights reserved.
Use is subject to license terms.
Using </opt> as the package base directory.
## Processing package information.
## Processing system information.
   2 package pathnames are already properly installed.
## Verifying disk space requirements.
## Checking for conflicts with packages already installed.
## Checking for setuid/setgid programs.

Installing Swedish Remote System Control User Guide as <SUNWsrscd>

## Installing part 1 of 1.
/opt/rsc/doc/sv/pdf/user_guide.pdf
[ verifying class <none> ]

Installation of <SUNWsrscd> was successful.

Processing package instance <SUNWsrscj> from </tmp/RSC>

Swedish Remote System Control GUI(sparc) 2.2.3,REV=2005.01.18
Copyright 2004 Sun Microsystems, Inc.  All rights reserved.
Use is subject to license terms.
Using </opt> as the package base directory.
## Processing package information.
## Processing system information.
   18 package pathnames are already properly installed.
## Verifying package dependencies.
## Verifying disk space requirements.
## Checking for conflicts with packages already installed.
## Checking for setuid/setgid programs.

Installing Swedish Remote System Control GUI as <SUNWsrscj>

## Installing part 1 of 1.
/opt/rsc/lib/java/com/sun/rsc/internal/l10n/RscData_sv.class
/opt/rsc/lib/java/com/sun/rsc/internal/l10n/rsc_sv.properties
/opt/rsc/lib/locale/sv/LC_MESSAGES/SUNW_RSC_rsc.mo
/opt/rsc/lib/locale/sv/html/addmoduser.html
/opt/rsc/lib/locale/sv/html/alerts.html
/opt/rsc/lib/locale/sv/html/bootmode.html
/opt/rsc/lib/locale/sv/html/comm.html
/opt/rsc/lib/locale/sv/html/console.html
/opt/rsc/lib/locale/sv/html/environment.html
/opt/rsc/lib/locale/sv/html/login.html
/opt/rsc/lib/locale/sv/html/logs.html
/opt/rsc/lib/locale/sv/html/network.html
/opt/rsc/lib/locale/sv/html/title.html
/opt/rsc/lib/locale/sv/html/toggle_LED.html
/opt/rsc/lib/locale/sv/html/user.html
/opt/rsc/lib/locale/sv/html/xir.html
/opt/rsc/lib/locale/sv/modems/countries_3com_3CXM756
/opt/rsc/lib/platform-files/Sun-Fire-280R/platform_sv.properties
/opt/rsc/lib/platform-files/Sun-Fire-480R/platform_sv.properties
/opt/rsc/lib/platform-files/Sun-Fire-880/platform_sv.properties
/opt/rsc/lib/platform-files/Sun-Fire-V490/platform_sv.properties
/opt/rsc/lib/platform-files/Sun-Fire-V890/platform_sv.properties
/opt/rsc/lib/platform-files/e250/platform_sv.properties
[ verifying class <none> ]

Installation of <SUNWsrscj> was successful.

Processing package instance <SUNWsvrsc> from </tmp/RSC>

Swedish Remote System Control(sparc) 2.2.3,REV=2005.01.18
Copyright 2004 Sun Microsystems, Inc.  All rights reserved.
Use is subject to license terms.
Using </> as the package base directory.
## Processing package information.
## Processing system information.
   3 package pathnames are already properly installed.
## Verifying package dependencies.
## Verifying disk space requirements.
## Checking for conflicts with packages already installed.
## Checking for setuid/setgid programs.

Installing Swedish Remote System Control as <SUNWsvrsc>

## Installing part 1 of 1.
/usr/lib/locale/sv/LC_MESSAGES/SUNW_RSC_ADM.mo
/usr/lib/locale/sv/LC_MESSAGES/SUNW_RSC_CFG.mo
/usr/lib/locale/sv/LC_MESSAGES/SUNW_RSC_LIB.mo
[ verifying class <none> ]

Installation of <SUNWsvrsc> was successful.

bash-3.00#

bash-3.00#