PRKF-1085 : Command 'start' is not supported for object 'network'
(Doc ID 1966448.1)
Last updated on FEBRUARY 12, 2019
Applies to:
Oracle Database - Enterprise Edition - Version 12.1.0.2 and laterOracle Database Cloud Schema Service - Version N/A and later
Oracle Database Exadata Cloud Machine - Version N/A and later
Oracle Database Exadata Express Cloud Service - Version N/A and later
Oracle Cloud Infrastructure - Database Service - Version N/A and later
Information in this document applies to any platform.
Symptoms
The 2nd network resource is added as follows (as root user):
# srvctl add network -netnum 2 -subnet 192.xxx.xxx.0/255.xxx.xxx.0/bond2 -nettype STATIC -verbose
This works fine, but the resource is only created and not started. Attempts to start it under 12.1.0.2 using crsctl fails with:
[grid@xxxx][+ASM1] $ crsctl start res ora.net2.network
CRS-4995: The command 'Start resource' is invalid in crsctl. Use srvctl for this command.
CRS-4995: The command 'Start resource' is invalid in crsctl. Use srvctl for this command.
This used to work in 12.1.0.1 but not in 12.1.0.2. Using srvctl fails with:
[grid@xxxxx][+ASM1] # srvctl start network -netnum 2
PRKF-1085 : Command 'start' is not supported for object 'network'
PRKO-2002 : Invalid command line option: -netnum
Changes
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Changes |
Cause |
Solution |
References |