Sponsored Content
Full Discussion: autoboot system problem
Operating Systems Solaris autoboot system problem Post 302722081 by Pythoncore on Friday 26th of October 2012 10:14:39 AM
Old 10-26-2012
Java

Quote:
Originally Posted by Corona688
Post your menu.lst please.
/boot/grub/menu.lst
HTML Code:
# default menu entry to boot
default 1
#
# menu timeout in second before default OS is booted
timeout 1
#
# serial --unit=0 --speed=9600
# terminal serial
#
# splashimage /boot/grub/splash.xpm.gz
# foreground 343434
# background F7FBFF
#
# title Solaris <version>
#         bootfs <poolname>/ROOT/<BE_name>
#         kernel /platform/i86pc/kernel/amd64/unix
#         module /platform/i86pc/amd64/boot_archive

#
# To override Solaris boot args (see kernel (1M)), console 
# device and properties set via eeprom(1M) edit the
# kernel line to:
#
#         kernel /platform/i86pc/kernel/amd64/unix
#         <boot-args> -B prop=value,...
#
hiddenmenu
#
title Oracle Solaris 11 11/11
kernel /platform/i86pc/kernel/amd64/unix
module /platform/i86pc/amd64/boot_archive
title Oracle Solaris 11 11/11 ttya
kernel /platform/i86pc/kernel/amd64/unix -B console=ttya
module /platform/i86pc/amd64/boot_archive
title Oracle Solaris 11 11/11 ttyb
kernel /platform/i86pc/kernel/amd64/unix -B console=ttyb
module /platform/i86pc/amd64/boot_archive
title Boot from Hard Disk
rootnoverify (hd0)
chainloader +1
 

9 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Ping problem. system down!!

I wrote a script to test many systems to see if they are up or not. if a system is down, i am notified by email now, most of the time,when systems are down in my enviroment, it is because the user accidentally or purposely (not knowing the consequences) hit the power button. so these problems... (3 Replies)
Discussion started by: TRUEST
3 Replies

2. AIX

Problem cloning system

Hi everyone, I want to clone a AIX 5.2 system from a machine to another one. So i modified bosinst.data and image.data files (according to future platform) before making mksysb on old platform. After booting on CD and restoring system using mksysb tape, the installation is launched but ever... (2 Replies)
Discussion started by: fgaulois
2 Replies

3. Programming

Problem in system call

Dear Friends, I write a c program to list the directories recursively. For this I write a function called my_readdir to read the content of directory. For this I use read system call it returns -1, then I use readdir system call it gives comment terminated error or segmentation... (1 Reply)
Discussion started by: spmlingam
1 Replies

4. Solaris

Secure FTP Problem using Sun SSH on Client system F-Secure on Server system

I am using shell script to do secure ftp. I have done key file setup to do password less authentication. Following are the FTP Details: FTP Client has Sun SSH. FTP Server has F-Secure. I am using SCP Command to do secure copy files. When I am doing this, I am getting the foll error scp:... (2 Replies)
Discussion started by: ftpguy
2 Replies

5. Linux

system call problem

hi, where can I find the detail information about the syscall in binary instructions of linux/mips. for example, in linux/mips: li v0, 4140 syscall it's a syacall of "lseek" , but how can I find that which registers will be used in this syscall , and the meaning of the arguments in the... (2 Replies)
Discussion started by: zerocool_08
2 Replies

6. Linux

file system access problem

I have 3 windows partitions (c,d,e) all of NTFS file system i mounted them while installing open suse in /win/c,/win/d,/win/e created a user other than "root" eg: "us1" problem 1: by loggimg into linux by user "us1" iam unable to see files in mounted... (2 Replies)
Discussion started by: seshumohan
2 Replies

7. UNIX for Advanced & Expert Users

problem with restarted I/O system calls

Greetings. Suppose I have a UNIX OS with automatic-restart (by default) of interrupted system calls, or I use sigaction() with SA_RESTART flag. If I am in the middle of a read(fd1, buf1, MAXSIZE) or a write(fd2, buf2, MAXSIZE), and I am interrupted by a signal, then the system will... (1 Reply)
Discussion started by: aigoia
1 Replies

8. Programming

Problem on capturing system Shutdown

I am having exactly the same problem with https://www.unix.com/programming/129264-application-cleanup-during-linux-shutdown.html but the thread is old and closed. The only difference is that I use sigaction() instead of signal(), which is recommended, as far as I know. This is my code: ... (9 Replies)
Discussion started by: hakermania
9 Replies

9. Red Hat

Problem registering a new system

Hi, A registered a new system the other day using the subscription-manager (RedHat ES6, Academic edition) but it's not showing up on the web site so that I can entitle it and get updates, etc. Any ideas? ~ Rob (1 Reply)
Discussion started by: caspersgrin
1 Replies
ibmf(7) 						   Device and Network Interfaces						   ibmf(7)

NAME
ibmf - InfiniBand Management Transport Framework DESCRIPTION
The InfiniBand (IB) Management Transport Framework provides the mechanisms for IB management modules to communicate with other InfiniBand management modules such as the Subnet Administration process. It also provides helper functions such as Subnet Administration Access (SAA) for commonly performed operations. FILES
/kernel/misc/ibmf 32-bit ELF kernel misc module (x86 platform only). /kernel/misc/amd64/ibmf 64-bit ELF kernel misc module (x86 platform only). /kernel/misc/sparcv9/ibmf 64-bit ELF kernel misc module (SPARC platform only). ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Architecture |PCI-based systems | +-----------------------------+-----------------------------+ |Interface stability |Consolidation Private | +-----------------------------+-----------------------------+ |Availability |SUNWib | +-----------------------------+-----------------------------+ SEE ALSO
ibtl(7D) InfiniBand Architecture Specification, Version 1.1 www.infinibandta.org SunOS 5.11 9 Sep 2004 ibmf(7)
All times are GMT -4. The time now is 10:32 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy