Update OpenBoot Prom from CD


 
Thread Tools Search this Thread
Operating Systems Solaris Update OpenBoot Prom from CD
# 22  
Old 02-24-2014
Okay so i got the new drive and installed Solaris 10 no problem.

The only issue is now is, while i was waiting for the new drive i setup the rsc in the machine and now i cant seen to get the gfxi card to have any video

Ive tried resting the ptom by setting "set-defaults" but i still cant seem to get video. I got curious and wanted to make sure maybe the install wasn't text only, so when i run the setup cd i no longer get the gui install just the screen turns into a txt console

When solaris boots the screen just shows random fuzz

Any ideas what to do?, i was messing around with the input-device and output-device settings
# 23  
Old 02-24-2014
I think

Code:
output-device=screen

will direct output to the graphics card.

Suggest that you read this thread:

ALOM - Console - | Unix Linux Forums | Solaris
# 24  
Old 02-27-2014
okay got that to work and finally got Solaris installed.

Now i have a general unix question, in the root account when i open the terminal i get a pound sign #

But when i login into an account that i create with useradd -d /export/home/user -m user

i only get the $ instead is it only posible to get the # with the root account??
# 25  
Old 02-27-2014
Yep, that's exactly right. The # prompt reminds you that you are root; whether you logged in as root or su'd up to root.

Other users get the $ prompt.

You can modify your prompt to 'root@<nodename>' which is even better for reminding you what rights you have.

Many administrators spend their time switching between accounts, and/or su'ing to root to do specific tasks.

On most flavors of Unix/Linux the root user by-passes ALL security so one mistake as root can blow up the system whereas other users will get caught by security if the try to do something stupid.

The # reminds you that you are root (ie, god) and anything you say goes; no questions asked; literally!!!!

---------- Post updated at 07:45 PM ---------- Previous update was at 07:33 PM ----------

If you're a sysadmin with multiple systems on your network setting a prompt of 'root@<nodename>' also reminds you which system you are on as you move about your different systems.
# 26  
Old 02-28-2014
ok thank you for clarifying that, is there any way i can get to # when im not in the root account

or even make the other account have root access so it says # and then turn the root account into a role or descriptor rather than a accoutn

Also I set up vnc using the built in SUNWXvnc but when I connect all I get is grey dotted screen with an x, but no log on prompt I looked a bit at gdm.conf to see if I could find anything but I couldn't Any tips?

And also i am familiar with adding a pkg file using the pkgadd command
However how do I add a package when it comes in the pkginfo & pgmap files Thanks


Sorry for all the beginner questions
# 27  
Old 03-01-2014
On Solaris 11 root is a role by default. That means that you login as a different user and you can only get to root access by using 'su' or using 'sudo' to execute a command as root. See the man pages for both of those.

If you want to make root a normal login-able account you need to convert root from a role to a normal account with:

Code:
# rolemod -K type=normal root

# 28  
Old 03-01-2014
Solaris package come in two formats:
stream (one .pkg file) and directory structure.
To install the 2nd form:
Code:
cd dir_where_package_dir_is
pkgadd -d . package_dir

Solaris 11 has a new package format but still accepts the old formats and commands.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Solaris

Openboot does not display

Hey guys I just inherited a sun netra 210 from an old Avaya system we had setup and I want to use i for studying for my SCSA/OCA exams but I'm running into alot of problems installing SOL 10 on here. I have no experience with SUN hardware at all but familiar with Solaris. It has SOL 9 but no one... (7 Replies)
Discussion started by: blackmantis
7 Replies

2. Solaris

OpenBoot Simulator

Hi, I would like to know if it's possible find a openboot simulator for solaris to can practice some exercices Thanks a lot and sorry for my english! (11 Replies)
Discussion started by: mierdatuti
11 Replies

3. Shell Programming and Scripting

prom in deleting a pattern

hi guys, i have a directory.inside that so many directories and files are there.i want to search the complete directory for a pattern in all the .txt files.if i will find that pattern then i want to delete that pattern from that file. please help me out. i want it urgent (18 Replies)
Discussion started by: suvendu4urs
18 Replies

4. Solaris

upgrading Openboot PROM

Hi there, I have a Sunfire v210 running solaris 8 and the PROM banner shows that the openboot version is 4.11.4, I have nbeen asked to make sure that the PROM is at the latest version. Does anybody know the procedure for upgrading openboot, and indeed , where i can get the software from any... (6 Replies)
Discussion started by: hcclnoodles
6 Replies

5. Solaris

Get openboot version without going to PROM

Hi there How do i get the openboot version from within solaris 8-sparc. i cant seem to run "banner" or ".version" using eeprom cheers (2 Replies)
Discussion started by: hcclnoodles
2 Replies

6. Solaris

Disable Network cards under boot Prom

Hi, I'm looking for a command to be able to disable a network card under the boot PROM. I need it to force my Jumpstart to use the Ethernet card of my server (V880) instead of my fiber card (gem0). Thanks, Fabien (6 Replies)
Discussion started by: unclefab
6 Replies

7. UNIX for Dummies Questions & Answers

PROM password for UNIX workstation.

Can someone give me the reason why PROM passwords are put on UNIX machines??? Is there a genuinely good, sane and reasonable decision for this??? (1 Reply)
Discussion started by: Kanu77
1 Replies

8. UNIX for Advanced & Expert Users

PROM password

I have a query. Its about the PROM password on a SUN ULTRA5. I am the administrator of a UNIX network, which is actually a private network within the company that I work for. The IT department who supplied the workstations will not remove the PROM passwords - I need it removed in order to do... (1 Reply)
Discussion started by: Kanu77
1 Replies

9. UNIX for Advanced & Expert Users

Having PROM Env remotely !

My workstation's graphic card had problem so unitl it's fixing if i want to have PROM env & run some commands like OK probe-scsi or ..... what should i do ? Rgrds Nikk (1 Reply)
Discussion started by: nikk
1 Replies

10. UNIX for Dummies Questions & Answers

Prom

Is there any place where i can look for the commands that can be used on the ok> prompt (3 Replies)
Discussion started by: Jai
3 Replies
Login or Register to Ask a Question