Sponsored Content
Full Discussion: Unable to RSC
Operating Systems Solaris Unable to RSC Post 302513142 by tuxian on Tuesday 12th of April 2011 12:29:16 PM
Old 04-12-2011
Unable to RSC

Hi All, Smilie

I have configured rsc hosted on Sun-Fire-V490.
But I am not able to telnet this machine

Packages installed :
#pkginfo -l | grep SUNWrsc
PKGINST: SUNWrsc
PKGINST: SUNWrscd
PKGINST: SUNWrscj

I rebooted system but still I' not able to take rsc.

I am not getting from where should I start troubleshooting. Smilie

Let me know if any more info required.

Thanks.
 

10 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

RSC question?

Has anyone had a message after attempting a telnet to an RSC server of: "Console session already in use." I'm attempting to access this server to setup a user account, and I'm having some problems. Does anyone have an idea or suggestion on how to proceed? (0 Replies)
Discussion started by: mr-synapse
0 Replies

2. Solaris

RSC configuration

Hi All, Please send the configuration for RSC in solaris. Thanks and Regards, (3 Replies)
Discussion started by: lbreddy
3 Replies

3. Solaris

RSC Configuaration

Dear All, Can any body help me how to configure the RSC in solaris9. Thanks and Regards, (1 Reply)
Discussion started by: lbreddy
1 Replies

4. Solaris

Unable to connect to RSC on v240!!!

Hi Gurus, One of our test servers is unable to come up. Its v240, I am unable to connect to RSC also. when I am trying to ping the IP assign to RSC its coming “no answer from <IP>. What all can be done to get connect to server RSC?? (2 Replies)
Discussion started by: kumarmani
2 Replies

5. Solaris

Sun Fire V890 - Unable to access RSC or Serial console

Hello Folks, I am having trouble to login to rsc or serial console of V890. The rsc2.2.3 has been configured with required parameters, resetrs and even rebooted. When serial port is connected to laptop, The hyper terminal does not get the console or POSt messages when the server is rebooting... (8 Replies)
Discussion started by: defflepord
8 Replies

6. Solaris

Sun 8 +RSC

Hi All I have done a reboot for SUN Solaris 8 ( model SUNFIRE 280R) but i havent got the OK prompt i only got the following: RSC2 POST - Version 10-18-2000 0.7 Dual Port Memory Test, PASSED. TTY External - Internal Loopback Test TTY External - Internal Loopback Test, PASSED. ... (3 Replies)
Discussion started by: alaa75
3 Replies

7. Solaris

Solaris RSC configuration

Hi everyone, I've been reading across to configure the RSC that came with my SunFire v890 (along time ago) but I think there are several points I don't completely understand. First, I think I need a new IP address for the RSC, right? where should I attach the RSC? to my network (the same as the... (2 Replies)
Discussion started by: gcrespo
2 Replies

8. Solaris

RSC packages?

Does anyone know where to get these on Oracle's support site or elsewhere? (7 Replies)
Discussion started by: LittleLebowski
7 Replies

9. Solaris

RSC vulneabilities

I have a disk failure in a V280, the support tech asked for explorer output and rsc information sc>showsc rsc>environment rsc>loghistory rsc>consolehistory rsc>version -v since RSC is not a secure connection, I am not comfortable with providing this information for a disk... (2 Replies)
Discussion started by: baumer11
2 Replies

10. Solaris

Unable to move from rsc prompt to ok prompt

Hi, on sunfire v890 unable to move from rsc prompt to ok prompt, i have executed the command break. (9 Replies)
Discussion started by: manoj.solaris
9 Replies
removef(1M)															       removef(1M)

NAME
removef - remove a file from software database SYNOPSIS
removef [ [-M] -R root_path] [-V fs_file] pkginst path... removef [ [-M] -R root_path] [-V fs_file] -f pkginst removef informs the system that the user, or software, intends to remove a pathname. Output from removef is the list of input pathnames that may be safely removed (no other packages have a dependency on them). The following options are supported: -f After all files have been processed, removef should be invoked with the -f option to indicate that the removal phase is complete. -M Instruct removef not to use the $root_path/etc/vfstab file for determining the client's mount points. This option assumes the mount points are correct on the server and it behaves consistently with Solaris 2.5 and earlier releases. -R root_path Define the full path name of a directory to use as the root_path. All files, including package system information files, are relocated to a directory tree starting in the specified root_path. The root_path may be specified when installing to a client from a server (for example, /export/root/client1). Note - The root file system of any non-global zones must not be referenced with the -R option. Doing so might damage the global zone's file system, might compromise the security of the global zone, and might damage the non-global zone's file system. See zones(5). -V fs_file Specify an alternative fs_file to map the client's file systems. For example, used in situations where the $root_path/etc/vfstab file is non-existent or unreliable. The following operands are supported: path The pathname to be removed. pkginst The package instance from which the pathname is being removed. Example 1: Using removef The following example uses the removef command in an optional pre-install script: echo "The following files are no longer part of this package and are being removed." removef $PKGINST /dev/xt[0-9][0-9][0-9] | while read pathname do echo "$pathname" rm -f $pathname done removef -f $PKGINST || exit 2 0 Successful completion. >0 An error occurred. See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWcsu | +-----------------------------+-----------------------------+ pkginfo(1), pkgmk(1), pkgparam(1), pkgproto(1), pkgtrans(1), installf(1M), pkgadd(1M), pkgask(1M), pkgchk(1M), attributes(5) 6 Apr 2005 removef(1M)
All times are GMT -4. The time now is 01:24 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy