Search Results

Search: Posts Made By: baskarannavigat
Forum: Linux 08-06-2015
4,805
Posted By baskarannavigat
Ext3 has a file size limitation
Ext3 has a file size limitation. The maximum file size is 16 Gb only.
Here is a table which provides filesystem and file size limitations

Block size Maximum
file size Maximum
file system size...
Forum: Linux 07-27-2015
2,203
Posted By baskarannavigat
Try this
You will have to install X server / X term application on windows. Some of the popular applications are:
Xmanager
MobaXterm
XTerm
Cygwin/X
Forum: Linux 07-27-2015
2,899
Posted By baskarannavigat
Create script and name it as diskAlert
Create script and name it as diskAlert:
-------------------------
#!/bin/sh
df -H | grep -vE '^Filesystem|tmpfs|cdrom' | awk '{ print $5 " " $1 }' | while read output;
do
echo $output
...
Forum: Linux 07-27-2015
2,957
Posted By baskarannavigat
Try to check the IP address of the box by issuing the command
Try to check the IP address of the box by issuing the command

# ipconfig –a

Check if you are getting the IP address

Try and run commands:

# ifdown <Ethernet interface>
#ifup <Ethernet...
Forum: Solaris 02-27-2015
2,247
Posted By baskarannavigat
This will help you
In Solaris 10 (smc gui) select the serial port to be used for service
next click on the action tab, click on properties, under basic tab choose the baud rate, emulation, under the advance tab select...
Forum: Hardware 02-27-2015
6,151
Posted By baskarannavigat
If you can get onto the box
: If you can get onto the box :
Edit /platform/sun4u/kernel/drv/lom.conf
Change serial security=1 to serial security=0
Log into the LOM, reset the password
Change the serial security back to 1...
Showing results 1 to 6 of 6

 
All times are GMT -4. The time now is 02:20 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy