- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: OnLineJFS and mk_kernel
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2002 05:07 AM
04-02-2002 05:07 AM
OnLineJFS and mk_kernel
OnLineJFS. When I run the swinstall during the
kernel build protion the install suspends because
it says it cannot find /stand/build/vmunix_test.
When I look in that directory it does not exsist.
It does copy vmunix to vmunix.prev but it does not
seem to be compiling the new kernel. Also if I try
just to run mk_kernel it just returns me to the prompt. I have never seen this happen before. Can
someone please help?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2002 05:11 AM
04-02-2002 05:11 AM
Re: OnLineJFS and mk_kernel
Do you have sufficient room in /stand for another kernel?
If not look like a increase of /stand is required - or copy vmunix.prev to one side (/tmp)and try again.
HTH
Paula
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2002 05:14 AM
04-02-2002 05:14 AM
Re: OnLineJFS and mk_kernel
Is there any error in the swagent.log file ?
C.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2002 05:14 AM
04-02-2002 05:14 AM
Re: OnLineJFS and mk_kernel
Yes I've done that, same results.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2002 05:35 AM
04-02-2002 05:35 AM
Re: OnLineJFS and mk_kernel
Could you check which make you are using?
execute following series of commands :
1 - type make
2 - ll /usr/bin/make
Where the portion behind ll is the result 'type make"
3 - check the size of the make
which /usr/bin/make is the
link to.
Probably the make is zeroed out and you should restore this from a backup.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2002 05:46 AM
04-02-2002 05:46 AM
Re: OnLineJFS and mk_kernel
# ll /usr/bin/make
It should be a symbolic link to /usr/ccs/bin/make and if it is check if /usr/ccs/bin/make exist.