Is there Partition Magic like utility for Solaris 2.7?

Is there Partition Magic like utility for Solaris 2.7?

Post by Dave » Sun, 30 Apr 2000 04:00:00



Hi Sun Gurus!

I just got a used Sparcstation 10 with Solaris 2.7
pre installed I dont have a SCSI CD Rom or The Solaris 7 CDs
so reinstall is not an option.

Everything seems to be working fine but the partition scheme is
lousy. As you can see in the screen below I have little  room left in /usr
and / file systems to install anything

Is there a utility for solaris that allows partition resizing on the
fly like Partition Magic or Fips? Are there any free utilities out there?

This is my partition setup currently:

#df -k

Filesystem             kbytes           used         avail
capacity    Mounted on
===========================================================
/proc                        0                0                0
0%        /proc
/dev/dsk/c0t3d0s0     85564        58355         18653         76%       /
/dev/dsk/c0t3d0s6     291415      189152       7312  2        73%      /usr
fd                             0                0                0
0%        /dev/fd
/dev/dsk/c0t3d0s7     3607082     5932          3565080      1%
/export/home
swap                        215516       268            215248        1%
/tmp

TIA
Dave

 
 
 

Is there Partition Magic like utility for Solaris 2.7?

Post by gopal_b.. » Sun, 30 Apr 2000 04:00:00


Hi,
   You can use /export/home (/dev/dsk/c0t3d0s7) as a freehog partition
and do it... There is no straight forward utility to do it! You have to
create couple more partitions out of your 's7' and copy the data over
there, make them bootable, boot through this new boot partition(boot
disk:d or disk:f etc.) and then change the original root size and user
size at /dev/dsk/c0t3d0s0 and /dev/dsk/c0t3d0s7. This kind of procedure
needs indepth skills in using 'format' utility and 'installboot'.
-Gopal



Quote:

> Hi Sun Gurus!

> I just got a used Sparcstation 10 with Solaris 2.7
> pre installed I dont have a SCSI CD Rom or The Solaris 7 CDs
> so reinstall is not an option.

> Everything seems to be working fine but the partition scheme is
> lousy. As you can see in the screen below I have little  room left in
/usr
> and / file systems to install anything

> Is there a utility for solaris that allows partition resizing on the
> fly like Partition Magic or Fips? Are there any free utilities out
there?

> This is my partition setup currently:

> #df -k

> Filesystem             kbytes           used         avail
> capacity    Mounted on
> ===========================================================
> /proc                        0                0                0
> 0%        /proc
> /dev/dsk/c0t3d0s0     85564        58355         18653         76%
   /
> /dev/dsk/c0t3d0s6     291415      189152       7312  2        73%
 /usr
> fd                             0                0                0
> 0%        /dev/fd
> /dev/dsk/c0t3d0s7     3607082     5932          3565080      1%
> /export/home
> swap                        215516       268            215248
1%
> /tmp

> TIA
> Dave

Sent via Deja.com http://www.deja.com/
Before you buy.

 
 
 

Is there Partition Magic like utility for Solaris 2.7?

Post by Logan Sh » Tue, 02 May 2000 04:00:00




>Hi Sun Gurus!

>I just got a used Sparcstation 10 with Solaris 2.7
>pre installed I dont have a SCSI CD Rom or The Solaris 7 CDs
>so reinstall is not an option.

>Everything seems to be working fine but the partition scheme is
>lousy. As you can see in the screen below I have little  room left in /usr
>and / file systems to install anything

I wouldn't install anything in / or /usr, even if I had control of the
partitions from the beginning.  Why?  I believe it's best to keep the
operating system and the extra software separate.  So, I'd just create
a /usr/local (or something similar) and install everything in there.

If you need to install stuff in /opt, that can be a little less obvious,
but not that tricky since pkgadd (which is what usually wants to install
in /opt) can handle installing into pathnames that involve symbolic
links.  So, you can create /export/home/opt or something similar, create
directories for things that need to be installed there, and make symbolic
links to them from /opt.

Also, if you really want, you can move /opt to a newly-created filesystem
by splitting your /export/home into two parts.

Hope that helps.

  - Logan

 
 
 

Is there Partition Magic like utility for Solaris 2.7?

Post by Mike Mesarc » Tue, 02 May 2000 04:00:00


I believe that partition magic itself will work.  If you have it installed
on a win32 machine and create a bootdisk you should be able to boot with
that disk and do what you like to the partition.
-Mike


Quote:

> Hi Sun Gurus!

> I just got a used Sparcstation 10 with Solaris 2.7
> pre installed I dont have a SCSI CD Rom or The Solaris 7 CDs
> so reinstall is not an option.

> Everything seems to be working fine but the partition scheme is
> lousy. As you can see in the screen below I have little  room left in /usr
> and / file systems to install anything

> Is there a utility for solaris that allows partition resizing on the
> fly like Partition Magic or Fips? Are there any free utilities out there?

> This is my partition setup currently:

> #df -k

> Filesystem             kbytes           used         avail
> capacity    Mounted on
> ===========================================================
> /proc                        0                0                0
> 0%        /proc
> /dev/dsk/c0t3d0s0     85564        58355         18653         76%       /
> /dev/dsk/c0t3d0s6     291415      189152       7312  2        73%
/usr
> fd                             0                0                0
> 0%        /dev/fd
> /dev/dsk/c0t3d0s7     3607082     5932          3565080      1%
> /export/home
> swap                        215516       268            215248        1%
> /tmp

> TIA
> Dave

 
 
 

Is there Partition Magic like utility for Solaris 2.7?

Post by Logan Sh » Tue, 02 May 2000 04:00:00




>I believe that partition magic itself will work.  If you have it installed
>on a win32 machine and create a bootdisk you should be able to boot with
    ^^^^^^^^^^^^^^^
>that disk and do what you like to the partition.
>-Mike



>> I just got a used Sparcstation 10 with Solaris 2.7

                     ^^^^^^^^^^^^^^^

As I've highlighted to indicate, the original poster said he had a
SPARCstation 10, so I doubt Partition Magic is going to be relevant.

Furthermore, unless they've updated Partition Magic to understand
Solaris slices on x86 systems, I doubt it would help even then.
Solaris slices are sub-partitions, i.e. they are smaller divisions of
the normal DOS style partitions.

  - Logan

 
 
 

1. Solaris 2.7 need to disable a driver and I am not sure how.

Anyone,

I have a driver for an Emulex Card which is used to control access to my EMC
fiber array.

I need to disable this driver to troubleshoot a problem this host is having.

When I installed the host, I used pkgadd to install the software for the
card.  I don't want remove the software, just disable it so that it doesn't
bring the fiber channel online.

The driver is initialized prior to the init phase.

I know there are some entry's in the system file for this driver and of
couse some in /kernel/drv

I commented out the entries in the system file and the system didn't like it
to much.  Basicly it crashed.

I wasn't sure if I need to remove/rename the files in /kernel/drv

Any ideas of what to do?

Thanks in advance,

Linda

2. Wireless bridge with Linux (2.0.33) HELP

3. I am installing Solaris 2.7 on an Dell Dimension XPSR450?

4. Subdirectories

5. DHCP on solaris 2.7 - - I am stumped.

6. Distinquishing escape key from arrow and function keys

7. FAT16 partition on Solaris 2.7?

8. IP masq'ing

9. missing partition boot record after installation of x86 solaris 2.7

10. GNU difference utilities 2.7 released

11. Partition Software - Partition Magic, Bootit, Boot Manager or Ranish Partition Manager

12. can I install ab Solaris 2.5 to Solaris 2.7 x86