J2EE 1.4 on Solaris 8


 
Thread Tools Search this Thread
Operating Systems Solaris J2EE 1.4 on Solaris 8
# 8  
Old 06-01-2004
Ok, so I start like this:
Quote:
login...
start a xterm on CDE
Here it goes what happens on the xterm:
Quote:
zarnick@solaris( zarnick )$cd
zarnick@solaris( zarnick )$pwd
/export/home/zarnick
zarnick@solaris( zarnick )$df -k
Filesystem kbytes used avail capacity Mounted on
/dev/dsk/c0t0d0s0 1720134 1303170 365360 79% /
/proc 0 0 0 0% /proc
fd 0 0 0 0% /dev/fd
mnttab 0 0 0 0% /etc/mnttab
swap 543608 0 543608 0% /var/run
swap 543952 344 543608 1% /tmp
/dev/dsk/c0t0d0s7 6021893 1875061 4086614 32% /export/home
zarnick@solaris( zarnick )$su
Password:
# bash
root@solaris( zarnick )$ls
c/ core drivers/ nsmail/ tmp/
c++/ downloads/ gw-pass progs/
root@solaris( zarnick )$cd downloads/Progs/
root@solaris( Progs )$ls
arc-5.21e-sol8-sparc-local.gz samba-3.0.2a-sol8-sparc-local.gz
imlib-1.9.14-sol8-sparc-local.gz sge-5.3p6-bin-solaris64.tar.gz
j2eesdk-1_4-solaris-sparc.bin* sge-5.3p6-doc.tar.gz
liveupgrade2.0_sparc.zip xmms-1.2.6-sol8-sparc-local.gz
ncurses-5.4-sol8-sparc-local.gz
root@solaris( Progs )$./j2eesdk-1_4-solaris-sparc.bin
Connecting to X11 server ':0.0'.
Ok, now it shows up the GUI, and I do this steps:
Quote:
Next->
Accept the license
Next->
Change the dir to :/export/home/opt/SUNWappserver
Next->
Change the Admin Username and password, and check the prompt for password option
Next->
Uncheck the Register radio button
Next->
Then it checks for space....
And then it says I lack of space....that I need an additional of 0.1 MB to install the selected itens...
And here's and df -k after all this:
Quote:
root@solaris( Progs )$exit
# zarnick@solaris( zarnick )$df -k
Filesystem kbytes used avail capacity Mounted on
/dev/dsk/c0t0d0s0 1720134 1303179 365351 79% /
/proc 0 0 0 0% /proc
fd 0 0 0 0% /dev/fd
mnttab 0 0 0 0% /etc/mnttab
swap 542376 0 542376 0% /var/run
swap 542720 344 542376 1% /tmp
/dev/dsk/c0t0d0s7 6021893 1875061 4086614 32% /export/home
zarnick@solaris( zarnick )$
Ok, this is what I do.......all the time..and always the same result.
# 9  
Old 06-06-2004
If the installer uses solaris pkg format files and installs them with pkgadd command they will be spooled to /var first before installation.. that could be the reason for it to complainin. Check the files in the installation directory and see if its solaris packages.. if so there is your problem..

/peter
# 10  
Old 06-07-2004
Ok, I think this is the problem, how do I do to fix-it?

Thkz.
# 11  
Old 06-08-2004
Your opions :
1) Try and free up space on /
2) Move some folders to /export/home and symlink them with ln -s
3) buy a new disk

/Peter
# 12  
Old 06-08-2004
..........

you could decrease your swap... add the free cylinder to root and typ that:
# man growfs

g P
# 13  
Old 06-12-2004
Whenever I need quick temp space, I do some cross-filesystem symlinking.


Create a directory in /home (eg. /home/tmpdir)

Then symlink the directory that is used for package spooling to the new directory you created.

I don't know where exactly solaris spools the install files, so I couldn't tell you.

But you get the idea.
Login or Register to Ask a Question

Previous Thread | Next Thread

3 More Discussions You Might Find Interesting

1. UNIX and Linux Applications

search for introduction Jboss book,for admins (no Java and J2EE dev expirence)

Hi I am searching for introduction to Jboss for admins book. I will administrate an application which runs inside Jboss. I have no Java and J2EE development experience. That means for dummies :wall: Amazon search gets to many hits: http://i.imgur.com/tCayW.png What do you recommend me?... (0 Replies)
Discussion started by: slashdotweenie
0 Replies

2. Programming

J2EE prerequisites

Hi guys, I'm going to start studding about J2EE in a couple of weeks. I have no idea about its technologies. what prerequisites do i need. I only know java and have basic knowledge about HTML. I have a solid knowledge on database. 1. Do i need java script or CSS knowledge for JSP and JSF? 2.... (1 Reply)
Discussion started by: majid.merkava
1 Replies

3. Solaris

Unable to login using ssh,telnet onto my solaris machine with solaris 10 installed

Hi, I am unable to login into my terminal hosting Solaris 10 and get the below error message "Server refused to allocate pty ld.so.1: sh: fatal: libc.so.1: open failed: No such file or directory " Is there anyways i can get into my machine and what kind of changes are required to be... (7 Replies)
Discussion started by: sankasu
7 Replies
Login or Register to Ask a Question