setting up solaris 10 server with avocent CAS


 
Thread Tools Search this Thread
Operating Systems Solaris setting up solaris 10 server with avocent CAS
# 1  
Old 04-04-2011
setting up solaris 10 server with avocent CAS

Maybe I'm not searching on the right keywords?

I have an avocent console access server, and would like to hook up a new solaris server to it, for console access to the solaris. I can't quite figure out *where* to put in the console port settings on the solaris server's side. I'm also not sure if I need to configure the boot process to enable it (or enable the correct one, com1 or com2) as well.

Seems like this would be something covered somewhere, and I'm sure it is, but googling generally and here in the forum specifically seem to bring up not-quite-the-same setups.

Thanks for any help or pointers!
--Cindy
# 2  
Old 04-04-2011
Older servers that are headless will try to use the serial ports. Newer servers will have a *LOM port of some kind, you should be able to use that. Just make sure you have the right adapter for your Avocent box (they sell them). In some cases on Solaris 10 (for example) on x86 (no LOM) hardware you might have to do something like:

* Tell your server to output serial messages to the serial port at 115200 baud
* Then edit /boot/grub/menu.lst on you Solaris host to contain:

kernel /platform/i86pc/multiboot -B console=ttya,ttya-mode="115200,8,n,1,-"

* run eeprom console=ttya (or change that value in /boot/solaris/bootenv.rc)
* run eeprom ttya-mode='115200,8,n,-' (or change that value in /boot/solaris/bootenv.rc)
* change the line console:9600 hupcl opost onlcr:9600::console to read console:115200 hupcl opost onlcr:115200::console in /etc/ttydefs

That's from a write up I did on our intranet some time ago... hope it helps.
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Solaris

Setting up Solaris 10 to print to a windows print server

Guys, I have a issue that I am trying to rectify please advise. lpstat -t shows scheduler is running printer lext644 disabled since Mon Dec 02 19:48:18 2013. available.I have restarted the printer service and it shows online but the above says disabled. I have a lot of jobs in the print... (1 Reply)
Discussion started by: terrywhitejr
1 Replies

2. HP-UX

Setting up NTP HP-UX clients from solaris NTP server

Hi I wonder if its possible to setup NTP clients running HP-UX o.s. from a solaris 10 NTP server? FR (3 Replies)
Discussion started by: fretagi
3 Replies

3. Linux

Confusion setting up server

20GB space (1GB Swap),and installed Centos 5.7-x86 arch. I want to use this VPS to host 2-4 domains, all of WordPress. What I want to ask is: 1. Do I need a VPS management software before installing Webuzo (from Softaculous)? If yes, what was his name? 2. Do I need to install the software... (0 Replies)
Discussion started by: Byeron
0 Replies

4. UNIX for Advanced & Expert Users

Need help on setting up Centralized Server

Hello All, I am working on SuSe Linux Platform. Some times ago i got an issue with an application for which i had to update that in all desktops (SLED == SuSe Linux Desktop). Since this time number of desktops were less then it was possible to go and update package manually. But in... (1 Reply)
Discussion started by: shirsha
1 Replies

5. SuSE

Setting up Suse 11.0 as server

Been awhile since I've been playing with Linux and I'm just starting to gte back into the swing of things again :) I'm setting up a OpenSUSE 11.0 computer at home (small network) and want to configure it as a server for Windows computers to be able to log onto the domain. From what I have read... (5 Replies)
Discussion started by: woofie
5 Replies

6. UNIX for Advanced & Expert Users

setting up my HOME PC as server

Hi , i am having RedHat AS 4 in my home PC.now i want to access applications remotely i.e from office. how can i do that. in short i would like to make my PC as server for doing test's. while I am @ work. I am using static IP. leenus (1 Reply)
Discussion started by: rrs
1 Replies

7. Linux

Setting up Wu-FTPD server

Hey, I'm running RH 7.1 and i want to beable to swap files back and from it. I've got Wu-ftpd installed and when i try to connect on my windows box with my root account it says to login so i type root and my password and it says that it's an incorrect login. I know i have to add it to a login... (4 Replies)
Discussion started by: byblyk
4 Replies

8. UNIX for Dummies Questions & Answers

setting up internet server

Hello, Corrently we are useing winproxy to use internet. my client desktops connects to winproxy using tcpip and get the access, now we have changed windows opreating system to linux 7.1. my problem is i am able to connect internet on linux machine but now i wants all clients connect to linux... (2 Replies)
Discussion started by: twadkar
2 Replies

9. UNIX for Dummies Questions & Answers

setting up web server

Is there any good resources for setting up a unix web server, I mean starting with the basics for a extremely new newbie. Thanks Scott (1 Reply)
Discussion started by: supastar
1 Replies
Login or Register to Ask a Question