Re: [OpenIndiana-discuss] Updating Java

2018-10-01 Thread David Koski

Thank you!  That is what I needed to know.

Java was flagged during vulnerability testing so I will just remove it 
and dependent packages.


David

On 09/28/2018 01:11 AM, Alexander Pyhalov via openindiana-discuss wrote:

Hi.

First of all, you run on something especially outdated. Seriously consider 
replacing this server with something up to date.
Secondly, these are
1) poold resource manager, which allows you to migrate resources between 
resource pools based on pre-defined policies (and likely not needed in your 
environment)
2) Sun dhcp server and it's management tool (they have been removed from 
illumos-gate for several years). If you don't use it, I think, you can also 
remove them.

С уважением,
Александр Пыхалов,
программист отдела телекоммуникационной инфраструктуры
управления информационно-коммуникационной инфраструктуры ЮФУ



От: da...@kosmosisland.com 
Отправлено: 28 сентября 2018 г. 2:30:13
Кому: openindiana-discuss@openindiana.org
Тема: [OpenIndiana-discuss] Updating Java

Version information:

# uname -a
SunOS storage1 5.11 oi_151a5 i86pc i386 i86pc

Java is reported to be outdated, naturally.  No update is available using
pkg and attempting to uninstall yields:

# pkg uninstall java
Creating Planpkg uninstall: Cannot remove
'pkg://openindiana.org/runtime/java@0.5.11,5.11-0.151.1.5:20120630T193637Z'
due to the following packages that depend on it:
   
pkg://openindiana.org/service/resource-pools/poold@0.5.11,5.11-0.151.1.5:20120630T193746Z
   
pkg://openindiana.org/service/network/dhcp@0.5.11,5.11-0.151.1.5:20120630T193722Z
   
pkg://openindiana.org/network/dhcp/dhcpmgr@0.5.11,5.11-0.151.1.5:20120630T193556Z

I did not expect anything network related to depend on java.  What are my
options?

Thanks!
David Koski



___
openindiana-discuss mailing list
openindiana-discuss@openindiana.org
https://openindiana.org/mailman/listinfo/openindiana-discuss

___
openindiana-discuss mailing list
openindiana-discuss@openindiana.org
https://openindiana.org/mailman/listinfo/openindiana-discuss



___
openindiana-discuss mailing list
openindiana-discuss@openindiana.org
https://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] Updating Java

2018-09-28 Thread David Koski
On closer examination I think I should be able to remove any DHCP 
packages as the server has only static IP addresses but I'm not sure 
what "resource-pools/poold" refers to or how to uninstall it.


David Koski

On 09/27/2018 04:30 PM, da...@kosmosisland.com wrote:

Version information:

# uname -a
SunOS storage1 5.11 oi_151a5 i86pc i386 i86pc

Java is reported to be outdated, naturally.  No update is available using
pkg and attempting to uninstall yields:

# pkg uninstall java
Creating Planpkg uninstall: Cannot remove
'pkg://openindiana.org/runtime/java@0.5.11,5.11-0.151.1.5:20120630T193637Z'
due to the following packages that depend on it:
   
pkg://openindiana.org/service/resource-pools/poold@0.5.11,5.11-0.151.1.5:20120630T193746Z
   
pkg://openindiana.org/service/network/dhcp@0.5.11,5.11-0.151.1.5:20120630T193722Z
   
pkg://openindiana.org/network/dhcp/dhcpmgr@0.5.11,5.11-0.151.1.5:20120630T193556Z

I did not expect anything network related to depend on java.  What are my
options?

Thanks!
David Koski



___
openindiana-discuss mailing list
openindiana-discuss@openindiana.org
https://openindiana.org/mailman/listinfo/openindiana-discuss



___
openindiana-discuss mailing list
openindiana-discuss@openindiana.org
https://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] Duplicate devices in zpool, degraded

2018-01-05 Thread David Koski

I applied this remedy without change in outcome.

Thanks!
David
da...@kosmosisland.com

On 11/01/2017 11:05 AM, Grüninger, Andreas (LGL Extern) wrote:

Maybe the system did not detect that the fault is already cleared.
If you look in /var/adm/messages you will find the entries from fmadm with the 
ID.
If
fmadm faulty
spits out messages concerning this device, you can clear the state with
fmadm acquit
or
fmadm repaired.


-Ursprüngliche Nachricht-
Von: David Koski [mailto:da...@kosmosisland.com]
Gesendet: Mittwoch, 1. November 2017 15:49
An: openindiana-discuss@openindiana.org
Betreff: Re: [OpenIndiana-discuss] Duplicate devices in zpool, degraded

Thank you, Andreas.  I tried:

zpool clear syspool
zpool status -x

..but nothing changed.  I also scrubbed it without effect.

Regards,
David

On 11/01/2017 02:59 AM, Grüninger, Andreas (LGL Extern) wrote:

Use
zpool clear syspool
zpool status -x

Andreas

-Ursprüngliche Nachricht-
Von: David Koski [mailto:da...@kosmosisland.com]
Gesendet: Mittwoch, 1. November 2017 07:28
An: openindiana-discuss@openindiana.org
Betreff: [OpenIndiana-discuss] Duplicate devices in zpool, degraded

The boot drive had uncorrectable errors but still not faulted.  I put the 
mirrored drive into the boot drive position (c2t1d0s0 into slot of
c2t0d0s0) and put a new drive in place of the drive that was moved into the 
boot position, then booted the machine and resilvered.  However, the boot drive 
has a strange status where it appears twice in the zpool status, once faulted 
and once not:

# zpool status -x
     pool: syspool
    state: DEGRADED
status: One or more devices could not be used because the label is missing or
       invalid.  Sufficient replicas exist for the pool to continue
       functioning in a degraded state.
action: Replace the device using 'zpool replace'.
      see: http://www.sun.com/msg/ZFS-8000-4J
    scan: scrub repaired 0 in 0h3m with 0 errors on Tue Oct 31 21:59:25 2017
config:

       NAME  STATE READ WRITE CKSUM
       syspool   DEGRADED 0 0 0
     mirror-0    DEGRADED 0 0 0
       c2t0d0s0  FAULTED  0 0 0  corrupted data
       c2t0d0s0  ONLINE   0 0 0
       c2t1d0s0  ONLINE   0 0 0

errors: No known data errors

Any ideas how to correct this and is it of concern?

Regards,
David Koski


___
openindiana-discuss mailing list
openindiana-discuss@openindiana.org
https://openindiana.org/mailman/listinfo/openindiana-discuss
___
openindiana-discuss mailing list
openindiana-discuss@openindiana.org
https://openindiana.org/mailman/listinfo/openindiana-discuss


___
openindiana-discuss mailing list
openindiana-discuss@openindiana.org
https://openindiana.org/mailman/listinfo/openindiana-discuss
___
openindiana-discuss mailing list
openindiana-discuss@openindiana.org
https://openindiana.org/mailman/listinfo/openindiana-discuss



___
openindiana-discuss mailing list
openindiana-discuss@openindiana.org
https://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] Duplicate devices in zpool, degraded

2018-01-05 Thread David Koski

# zpool replace syspool c2t0d0s0 c2t0d0s0
invalid vdev specification
use '-f' to override the following errors:
/dev/dsk/c2t0d0s0 is part of active ZFS pool syspool. Please see zpool(1M).

David
da...@kosmosisland.com

On 11/01/2017 11:39 AM, John D Groenveld wrote:

The boot drive had uncorrectable errors but still not faulted.  I put
the mirrored drive into the boot drive position (c2t1d0s0 into slot of
c2t0d0s0) and put a new drive in place of the drive that was moved into
the boot position, then booted the machine and resilvered.  However, the
boot drive has a strange status where it appears twice in the zpool
status, once faulted and once not:

# zpool status -x
   pool: syspool
  state: DEGRADED
status: One or more devices could not be used because the label is
missing or
 invalid.  Sufficient replicas exist for the pool to continue
 functioning in a degraded state.
action: Replace the device using 'zpool replace'.
see: http://www.sun.com/msg/ZFS-8000-4J
  scan: scrub repaired 0 in 0h3m with 0 errors on Tue Oct 31 21:59:25 2017
config:

 NAME  STATE READ WRITE CKSUM
 syspool   DEGRADED 0 0 0
   mirror-0DEGRADED 0 0 0
 c2t0d0s0  FAULTED  0 0 0  corrupted data
 c2t0d0s0  ONLINE   0 0 0
 c2t1d0s0  ONLINE   0 0 0

errors: No known data errors

What happens when you "zpool replace syspool c2t0d0s0 c2t0d0s0"?

John
groenv...@acm.org

___
openindiana-discuss mailing list
openindiana-discuss@openindiana.org
https://openindiana.org/mailman/listinfo/openindiana-discuss



___
openindiana-discuss mailing list
openindiana-discuss@openindiana.org
https://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] Duplicate devices in zpool, degraded

2017-11-01 Thread David Koski

Thank you, Andreas.  I tried:

zpool clear syspool
zpool status -x

..but nothing changed.  I also scrubbed it without effect.

Regards,
David

On 11/01/2017 02:59 AM, Grüninger, Andreas (LGL Extern) wrote:

Use
zpool clear syspool
zpool status -x

Andreas

-Ursprüngliche Nachricht-
Von: David Koski [mailto:da...@kosmosisland.com]
Gesendet: Mittwoch, 1. November 2017 07:28
An: openindiana-discuss@openindiana.org
Betreff: [OpenIndiana-discuss] Duplicate devices in zpool, degraded

The boot drive had uncorrectable errors but still not faulted.  I put the 
mirrored drive into the boot drive position (c2t1d0s0 into slot of
c2t0d0s0) and put a new drive in place of the drive that was moved into the 
boot position, then booted the machine and resilvered.  However, the boot drive 
has a strange status where it appears twice in the zpool status, once faulted 
and once not:

# zpool status -x
    pool: syspool
   state: DEGRADED
status: One or more devices could not be used because the label is missing or
      invalid.  Sufficient replicas exist for the pool to continue
      functioning in a degraded state.
action: Replace the device using 'zpool replace'.
     see: http://www.sun.com/msg/ZFS-8000-4J
   scan: scrub repaired 0 in 0h3m with 0 errors on Tue Oct 31 21:59:25 2017
config:

      NAME  STATE READ WRITE CKSUM
      syspool   DEGRADED 0 0 0
    mirror-0    DEGRADED 0 0 0
      c2t0d0s0  FAULTED  0 0 0  corrupted data
      c2t0d0s0  ONLINE   0 0 0
      c2t1d0s0  ONLINE   0 0 0

errors: No known data errors

Any ideas how to correct this and is it of concern?

Regards,
David Koski


___
openindiana-discuss mailing list
openindiana-discuss@openindiana.org
https://openindiana.org/mailman/listinfo/openindiana-discuss
___
openindiana-discuss mailing list
openindiana-discuss@openindiana.org
https://openindiana.org/mailman/listinfo/openindiana-discuss



___
openindiana-discuss mailing list
openindiana-discuss@openindiana.org
https://openindiana.org/mailman/listinfo/openindiana-discuss


[OpenIndiana-discuss] Duplicate devices in zpool, degraded

2017-10-31 Thread David Koski
The boot drive had uncorrectable errors but still not faulted.  I put 
the mirrored drive into the boot drive position (c2t1d0s0 into slot of 
c2t0d0s0) and put a new drive in place of the drive that was moved into 
the boot position, then booted the machine and resilvered.  However, the 
boot drive has a strange status where it appears twice in the zpool 
status, once faulted and once not:


# zpool status -x
  pool: syspool
 state: DEGRADED
status: One or more devices could not be used because the label is 
missing or

    invalid.  Sufficient replicas exist for the pool to continue
    functioning in a degraded state.
action: Replace the device using 'zpool replace'.
   see: http://www.sun.com/msg/ZFS-8000-4J
 scan: scrub repaired 0 in 0h3m with 0 errors on Tue Oct 31 21:59:25 2017
config:

    NAME  STATE READ WRITE CKSUM
    syspool   DEGRADED 0 0 0
  mirror-0    DEGRADED 0 0 0
    c2t0d0s0  FAULTED  0 0 0  corrupted data
    c2t0d0s0  ONLINE   0 0 0
    c2t1d0s0  ONLINE   0 0 0

errors: No known data errors

Any ideas how to correct this and is it of concern?

Regards,
David Koski


___
openindiana-discuss mailing list
openindiana-discuss@openindiana.org
https://openindiana.org/mailman/listinfo/openindiana-discuss