- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- 230-No directory! Logging in with home=/
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
Discussions
Discussions
Discussions
Forums
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
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
тАО09-30-2008 05:22 AM
тАО09-30-2008 05:22 AM
230-No directory! Logging in with home=/
230 User oracle logged in.
Looks like I didn't add home directory... Could you give me the command to add the home directory to the user oracle...
user oracle already exists on the system
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-30-2008 05:28 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-30-2008 05:45 AM
тАО09-30-2008 05:45 AM
Re: 230-No directory! Logging in with home=/
oracle:dvNU8uqtCcup2:106:103::/home/oracle:/sbin/sh
looks like home directory exists...
could you give me the exact path when I have to edit please
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-30-2008 06:10 AM
тАО09-30-2008 06:10 AM
Re: 230-No directory! Logging in with home=/
Looks home dir entry is there in passwd file. No need to modify.
Could you verify this directory exist on filesystem?
Are you able to telnet as oracle user?In which directory you are in when you login?
Ganesh.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-30-2008 06:14 AM
тАО09-30-2008 06:14 AM
Re: 230-No directory! Logging in with home=/
Sorry.. I could not understand you..
I am able to telnet as a oracle user
$ pwd
/
$
Is there anything I should Do
/dev/vg01/oracle 81920 1133 75745 1% /data --------> This is the mount point
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-30-2008 06:16 AM
тАО09-30-2008 06:16 AM
Re: 230-No directory! Logging in with home=/
/home/oracle
is the home dir - so you need to have
/home/oracle
or modify the passwd line to something else (existing directory and owned by oracle user).
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-30-2008 06:19 AM
тАО09-30-2008 06:19 AM
Re: 230-No directory! Logging in with home=/
See the pwd after you logged in. You are placed into / directory not the /home/oracle as specified in passwd file. It means /home/oracle directory not exist on the server.
Which path you want to set as home directory for oracle user? currently it is set to /home/oracle. If you want to use this as home directory for oracle user create it.
#mkdir /home/oracle
#chown oracle:
Now it should work.
Ganesh.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-30-2008 08:07 AM
тАО09-30-2008 08:07 AM
Re: 230-No directory! Logging in with home=/
/dev/vg01/oracle 98304 1133 91105 1% /data
# lvextend -L 167216 /dev/vg01/oracle /dev/dsk/c0t1d0
lvextend: Not enough free physical extents available.
Logical volume "/dev/vg01/oracle" could not be extended.
Failure possibly caused by strict allocation policy
I want it to have 80Gb ... how can I extend it
# bdf
Filesystem kbytes used avail %used Mounted on
/dev/vg00/lvol3 1048576 280576 762056 27% /
/dev/vg00/lvol1 1835008 85536 1735912 5% /stand
/dev/vg00/lvol8 8912896 2085536 6775720 24% /var
/dev/vg00/lvol7 7340032 2519816 4782624 35% /usr
/dev/vg00/lvol4 524288 18440 501904 4% /tmp
/dev/vg00/lvol6 2981888 1384928 1584520 47% /opt
/dev/vg00/lvol5 131072 8504 121616 7% /home
/dev/vg01/oracle 98304 1133 91105 1% /data
#
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-30-2008 08:24 AM
тАО09-30-2008 08:24 AM
Re: 230-No directory! Logging in with home=/
see
man lvextend
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-30-2008 08:25 AM
тАО09-30-2008 08:25 AM
Re: 230-No directory! Logging in with home=/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-30-2008 08:30 AM
тАО09-30-2008 08:30 AM
Re: 230-No directory! Logging in with home=/
Logical volume "/dev/vg01/oracle" has been successfully extended.
Volume Group configuration for /dev/vg01 has been saved in /etc/lvmconf/vg01.con
f
# lvextend -L 400 /dev/vg01/oracle
lvextend: "LogicalExtentsNumber" is not bigger than current setting.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-30-2008 08:34 AM
тАО09-30-2008 08:34 AM
Re: 230-No directory! Logging in with home=/
post "vgdisplay -v vg01"
and read the man page!
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-30-2008 08:34 AM
тАО09-30-2008 08:34 AM
Re: 230-No directory! Logging in with home=/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-30-2008 08:44 AM
тАО09-30-2008 08:44 AM
Re: 230-No directory! Logging in with home=/
Please use ...
#SAM to easy use of extend size of your FS.
This will make actual impact after reboot your Server.
#lvextend -L +[additional-size] [PV-name]
Regards,
Gokul Chandola